I am developing an android application. In that application I have to access the data from the server into my cell using User Interface. I dont know much about How to save data in server and How to access in my cell.
If any body knows then help me. or give me some links to study about that.
Thanks in advance…
This tutorial helps you to do that. Basically you need know about few things. You need to store the data in database first may be mysq and so on. Using server side languages like php, java and many you can get those data in the form of JSON which is very handy. Later on you can parse them and display it in your UI. You will get to know about that in the above mentioned tutorial. You have video there as well. All the best