How Can I Open A Sqlite Database In Android?
If I created a database using another application not through android runtime, let's say using 'SQLite Manager'(firefox extention), how can I then use that database (the .Sqlite fi
Solution 1:
you can do it by preparing database file(.sqlite) from Sqlite Manager(firefox extention) and then use it in android see example
Post a Comment for "How Can I Open A Sqlite Database In Android?"