Source link: https://github.com/ravi8x/AndroidSQLite
This is a simple CRUD in Android using SQLite Database
Android Notes App demonstrating SQLite database.
Source link: https://github.com/ravi8x/AndroidSQLite
This is a simple CRUD in Android using SQLite Database
Android Notes App demonstrating SQLite database.
Q & A
Android widget that can render PDF documents stored on SD card, linked as assets, or downloaded from a remote URL.
Tab Layout for ViewPager
just like Weixin.
This lib produces some sugar and type safety for Android Shared Preferences.
Reactive layer (similar to the pattern repository) for the Realm. Main idea is using reactive layer for access to the Realm. If you make a request to the layer always return Observable. The layer will remember the entity, the predicate and returns Observable in the future if the entity will change the subject learns about it.
SQLDelight generates Java models from your SQL CREATE TABLE statements. These models give you a typesafe API to read & write the rows of your tables. It helps you to keep your SQL statements together, organized, and easy to access from Java.
Phonematter provides a simple to use class for formatting and validating phone numbers in Android apps.
Q & A