i cant get the idea of it..
How to differentiate admin and user of the android apps if the apps do not provide the login function?
how the admin manage the database of the apps?
i cant get the idea of it.. How to differentiate admin and user of
Share
Ok, you need to store the db somewhere on server if you want to make changes on it, then you need to connect your app whit this db. If you have db only in-said the app/device only the user can make changes and you must give him the privileged to do that if you want.