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
Post a Comment