Click here to Skip to main content
15,888,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am new in android development i want to make proper android server based app now like using web view. But i don't form where to start .. how to fetch from server database ... and wht type of server required for android apps how to connect with that server ?? Please help me and please provide me some video or any tutorials.. thank u !!
Posted
Comments
Conswella Stewart 26-Jul-21 21:05pm    
How to connect to the server with a ZTE 982

Just make a network request with HTTP protocol (if your server accepts HTTP, otherwise the one that is supports), fetch the records and display them. That is how a Client-server application model works.

If you are going to use a WebView, then you can ignore these requests and simply send a request to your application's URL. This guide would help you out in explaining the common concepts about Android WebView, and how to build applications on top of that, http://developer.android.com/guide/webapps/webview.html[^]

If you want to create your own application and want to load your own UX and UI concepts. Then read this guide, http://developer.android.com/training/basics/network-ops/index.html[^], as it would help you to understand how to make network requests and how to get the data.

Usually, servers return (the servers of API type) JSON or XML based data. You must also know how to handle that data in your application. http://developer.android.com/reference/org/json/JSONObject.html[^]
 
Share this answer
 
Comments
C0DE_007 15-Nov-15 13:26pm    
Srry sir but still im confused . i want to make an app that can upload image in server database like i am using godaddy hosting .. so how can i upload files in godaddy db and how to fetch from there ... is there any different server for Apps ?? and WebView is only good if your website is responsive .. but what user don't have any website ? he want to make an app only just like myntra app !! PLease help me out with this confusion sir
Afzaal Ahmad Zeeshan 15-Nov-15 14:00pm    
Read the links that I have provided, you will get the idea of doing so. The answer is pretty much clear and you are also given the links that you can use to perform those actions.
 
Share this answer
 
Comments
C0DE_007 16-Nov-15 3:43am    
sir can u provide me some more tutorial .. this one are not what i want..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900