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

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

matlab - error with cyclic autocorrelation function -

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