Home > OS >  Can yow help me about sqlite develop app Android?
Can yow help me about sqlite develop app Android?

Time:09-09

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

  • Related