[Solved] What is the concept of Database in Android? [closed]


Depends on the way you design your app. Usually, the sign-in feature is done by providing an option to enter the sign-in credentials in your app, and the server verifies the data that is entered in your app. You don’t want to store the entire database on your app, as it is safer within your server. Again, depends on how you design the app.

1

solved What is the concept of Database in Android? [closed]