How to Connect Android to A Remote Server Using JSON, MySQL and PHP
Android-MySQL connectivity using JSON and PHP.
INTRODUCTION
To connect android app to a remote server, we use a technology called Volley. Before we start the coding, let’s see some basic theory behind the connection process.
CONCEPT
First the android phone creates a request to the server for asking data. The request contains an address of PHP file.