Skip to content

Display Images and Text from MySQL Database to ListView

Notifications You must be signed in to change notification settings

Oclemy/MySQL_ListView_Images

Repository files navigation

MySQL_ListView_Images

Display Images and Text from MySQL Database to ListView

Android MySQL Images with ListView.

  • The table Structure :

ListView MySQL

  • We retrieve image urls and texts from MySQL database and render in a custom listview.

  • We fetchn images asynchronously using Picasso.

  • While loading an image we show a placeholder image.

  • We offload background tasks like making network calls to server and parsing JSON data to AsyncTask.

  • We show progress dialog while loading the data.

  • The retrieved JSON in a browser.

ListView MySQL

  • Result

ListView MySQL

About

Display Images and Text from MySQL Database to ListView

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published