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.
 

AQSAANUM

Member
Thread starter
No I am asking about Android studio for building mobile application

upload_2017-6-7_11-28-11.png
 
D

Deleted User

Guest
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?
 

AQSAANUM

Member
Thread starter
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.
 
D

Deleted User

Guest
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.
 

AQSAANUM

Member
Thread starter
B
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?
Or if we want our app to release on google play store ?
 
Top