To interact with MySQL database we need to build an API first. API job is to get the request from client, interact with database and finally give the response back to client. So we’ll create a simple PHP, MySQL API first.
? Accepts requests in GET/POST methods ? Interact with database by inserting / fetching data. ? Finally will give response back in JSON format
Make sure you have Android studio/Eclipse ADB
clone your own fork or download the copy
import project in app studio
run gradle build
create database and create table from sql file