How To create a Centralized Database In Android
-
Hi EveryOne, I would like to create an app in android in such a way that i works through an Centralized Database. I am a Beginner in Android and not worked on any big app. So i dont have any idea on how to create this centralized Database. So is their any link or exapmles so that i can refer...! Example:Register & Login The User Registered With his details should be stored in the Centralized database.. And if he tries to login based on the details in the Database he should Login(Validation Of UserName and Password)
-
Hi EveryOne, I would like to create an app in android in such a way that i works through an Centralized Database. I am a Beginner in Android and not worked on any big app. So i dont have any idea on how to create this centralized Database. So is their any link or exapmles so that i can refer...! Example:Register & Login The User Registered With his details should be stored in the Centralized database.. And if he tries to login based on the details in the Database he should Login(Validation Of UserName and Password)
As this Stackoverflow[^] suggests. Put your database on a server, Create a web service / WCF to sit in between your android app and the database
Every day, thousands of innocent plants are killed by vegetarians. Help end the violence EAT BACON
-
Hi EveryOne, I would like to create an app in android in such a way that i works through an Centralized Database. I am a Beginner in Android and not worked on any big app. So i dont have any idea on how to create this centralized Database. So is their any link or exapmles so that i can refer...! Example:Register & Login The User Registered With his details should be stored in the Centralized database.. And if he tries to login based on the details in the Database he should Login(Validation Of UserName and Password)
You have to use a database and a service.You can use mysql as database and php to make a service. You can follow this Link: http://www.androidhive.info/2012/01/android-login-and-registration-with-php-mysql-and-sqlite/[^]