Room database quick start

After being tortured by endless SQLite template code, I found that Google's Room encapsulation seems to be a good choice, but the extensive use of annotations makes developers who are not familiar with SQLite do not know why if they start with Room directly at the beginning. Here are my learning notes. 1. Review the direct operation of SQLite ...

Posted by adamdyer on Sat, 15 Jan 2022 12:58:19 +0100

Use of Android Jetpack Room

The official website link uses Room to save data to the local database | Android Developers | Android Developers https://developer.android.google.cn/training/data-storage/room?hl=zh_cn Room is used to process the database. It provides an abstraction layer on SQLite to make full use of the powerful functions of SQLite and smoothly access the da ...

Posted by bubblybabs on Mon, 03 Jan 2022 17:00:12 +0100