In this day and age, everybody wants to be instantly gratified in the things they do. I’m not just talking about ordering fast food from Swiggy and watching Netflix and Prime on TV all day, but really in every aspect of life. At the moment of writing this post, there are petabytes of data available … Continue reading Reading Books is Underrated
Tag: stackoverflow
How to use a pre-populated database in Android?
Using local databases for persisting data is fairly easy in Android because of the in-built SQLite Database it provides. If you have used it before, you would know that you would have to extend a helper class named 'SQLiteOpenHelper' for the purpose. The SQLiteOpenHelper class is a part of the Native Android library, therefore you … Continue reading How to use a pre-populated database in Android?