By using Android Sqlite Database (or a local database ) ,will other people be able to use my app on Google store? -


i working on notepad app. wondering if other people able use app on google store, if use sq lite database?

assuming use official approach (using internal database tools of android), should work everyone, since database created on each device.

if, however, working seperate database file, not contained within application source, couldn't access it, since wouldn't have copy of it.


Comments

Popular posts from this blog

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -

github - Git errors while pushing -

java - Generating a pre-signed PUT url for Amazon S3 with a maximum content-length -