• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps DBMS for login and registration with Android Studio

AQSAANUM

Member
Hi Friends,

Can any one please suggest me that which DBMS is best for authentication and registration purpose with visual studio ?

Looking for your guidance.
 
No I am asking about Android studio for building mobile application

upload_2017-6-7_11-28-11.png
 
Hi Friends,

Can any one please suggest me that which DBMS is best for authentication and registration purpose with visual studio ?

Looking for your guidance.

That depends what is doing the authentication and registration.

Does your app need to contact a remote server to do this, or will it be done locally on the device?
 
My app would work locally on my device.

And please tell me how did you quoted the text ? I tried but that didn't worked.
 
My app would work locally on my device.

And please tell me how did you quoted the text ? I tried but that didn't worked.

Just hit the 'Reply' link on the bottom right corner of the message.

The local database on Android is SQLite. There are many tutorials available.
 
Back
Top Bottom