Hi,
I have requirement to load static data when application starts for the first time. This the data of countries, district and cities. How do I populate this data in sqlite db. The data is huge, it takes time to load it through API and as data is being static, I want to have it loaded when application loads.
Any help?