Skip to content

Android Tutorials : Connecting your Android Application to a Database using PHP and MySQL

Notifications You must be signed in to change notification settings

techker/androidbash_php_mysql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

androidbash_php_mysql

Visit Tutorial : http://androidbash.com/connecting-android-app-to-a-database-using-php-and-mysql/

Android Tutorials : Connecting your Android Application to a Database using PHP and MySQL Most of the Android applications will have a need to fetch the data from a database stored in a web server. An android application communicates with PHP with necessary parameters and PHP will in turn communicate with MYSQL database to fetch the data and return it to an android application. In this tutorial, we will show you how to integrate PHP and MYSQL with an android application. In this example, our android application fetches all the upcoming movies stored in a database and populates them in a RecyclerView. Each movie can be clicked to get a pop up menu which will have several options, such as Add to Favorites, Add to Watchlist etc.

Visit Tutorial : http://androidbash.com/connecting-android-app-to-a-database-using-php-and-mysql/

About

Android Tutorials : Connecting your Android Application to a Database using PHP and MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%