Data not displayed first time in android after copying the file from assets to data folder
- by Thinkcomplete
Description
I have used the code tip from http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/ to copy a pre-filled data file to the target and handled this in a asynch task
Problem : On starting the application it gives error and shuts down first time, starting again without any change it works perfectly fine.…