↧
Parse JSON data from a web server and display on ListView
This article describes how to create an HTTP connection from an android device to a web server, grab JSON data, parse and display it on a ListView. The ListView is custom thus allowing me to add other...
View ArticleConnect to MYSQL remote server database using PHP and display ListView
This article describes how to create/access a MYSQL database in a remote server from Android using PHP and display it on a ListView. Because most online tutorials did not show the full process or all...
View Article