I am new to Android Development. I have created an application Which stores the name and age in mysql database.
Now I want to retrieving that name and age from the database and display it in ListView
. I tried the HttpPost
method for retrieving but I am not able 开发者_运维知识库to do that.
For an internet server: Try making a wrapper in PHP that gives back XML or JSON as output. Then use a HTTP request to get the XML / JSON output.
For a local persistent storage: Maby check out this Android tutorial.
精彩评论