Hi
I need to insert thousands of records into Android - SQL LITE database, on first time of app installation. what is the optimize way to handle this situation. should i Hard code those records in LIST (code) or fetch from File System i.e, CSV or txt or its any other way?