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
you can do it by preparing database file(.sqlite) from Sqlite Manager(firefox extention) and then use it in android see example