I’m developing an android application with the detailed approaches of a Project with sales and purchasing management.
For that i’m using Login and other screen applications..
My project have run correctly in SQLite Database, how can i make it as Centralized using the JSON?
You can use the Json with the PHP and MYSQL for the centralised application..
See the following tutorial for the Login activities,..
login
And other database activities like, Creating, inserting, fetching, updating and deleting the data on the server side database, follow this tutorial,..
PHP & MYSQL
Here the Important thing is, you need to create a Server side database for yours application..
And the following java file is more important for the JSON activities,..