Can you inform me about alternatives to develop apps on Android with a sqlite database?
Thank in advance
CodePudding user response:
Use Room database as an alternative to SQLite, it's easy and simple. Room
CodePudding user response:
You can use the Roomdatabase.
Reference:-https://developer.android.com/training/data-storage/room