AshuOnline ForallAndroid interview question : How would you secure your SQLite/Room database?This was the question I came across on redit this week. And I posted an answer there but then reposting it as a brief article.Jan 26
Syed Hussain MehdiHow I migrated Sqlite(110 Tables) To Room DBEmbarking on a monumental journey to modernize an Android application, I faced the formidable challenge of migrating from SQLite to Room…Jan 11
Nkugwa Mark WilliamA template for using SQLite in AndroidThis code is a template for using SQLite in Android to implement a database:Feb 9, 2023Feb 9, 2023
Mudit SenChoosing Persistent Storage in AndroidWhen building mobile applications you will often need to store persistent data on the device itself. This type of storage allows your…Jul 1, 20182Jul 1, 20182
Omkar S SawantAndroid Content Provider : SQLite and sharing your app data.Know SQLite which is used by room under the hood and create your own content provider.Feb 2, 20221Feb 2, 20221
AshuOnline ForallAndroid interview question : How would you secure your SQLite/Room database?This was the question I came across on redit this week. And I posted an answer there but then reposting it as a brief article.Jan 26
Syed Hussain MehdiHow I migrated Sqlite(110 Tables) To Room DBEmbarking on a monumental journey to modernize an Android application, I faced the formidable challenge of migrating from SQLite to Room…Jan 11
Nkugwa Mark WilliamA template for using SQLite in AndroidThis code is a template for using SQLite in Android to implement a database:Feb 9, 2023
Mudit SenChoosing Persistent Storage in AndroidWhen building mobile applications you will often need to store persistent data on the device itself. This type of storage allows your…Jul 1, 20182
Omkar S SawantAndroid Content Provider : SQLite and sharing your app data.Know SQLite which is used by room under the hood and create your own content provider.Feb 2, 20221
Abhishek SrivastavaGreen Dao: Android ORM for your SQLite databaseGreenDAO is an open-source Android ORM making development, It is a light & fast ORM for Android that maps objects to SQLite databases…Aug 10, 2020
Karishma AgrawalWhat is the order of execution for SQL statementsSql statements executes in a logical processing order, or binding order, for a SELECT statement. This order determines when the objects…Oct 16, 2020
Isaac KyaloData Persistence with Room in Android(Java)Data storage in android is one of the most important skills for an Android developer. It is an important architectural component and part…Oct 1, 2019