by abhishek | Feb 12, 2018 | Json, MYSQL, php, Retrofit
In continuation to the previous tutorial Android Post Data Using Retrofit we will be fetching data using same retrofit library. Retrofit library is considered to be the fastest library so we will be using it. Now we will be fetching data that we have posted...
by abhishek | Jul 6, 2016 | database, MYSQL, php
We generally deal with different types of applications where there is a usage for inserting data into MySQL database and retrieving it. It involves a insertion of data, retrieval, updating and some times even deleting all these operations we do in any app for...
by abhishek | May 8, 2016 | login, login and registration, MYSQL, php
In Continuation with previous tutorial, in this tutorial we will see how to code an android app to connect with server and make register and login. We make use of php files which we have created in our previous tutorial. For First part of tutorial visit : Login And...
by abhishek | May 8, 2016 | login and registration, MYSQL, php
This tutorial will help you to learn how to make Login and Registration based on MYSQL database using php. Every app requires login which sometimes may be essential in app performance as app must have an entry only for authorized person. For Second part...