EasiestSqlLibrary: Android SQLite without writing a single raw query
if you've worked with SQLite on Android for more than a day, you know the drill. subclass SQLiteOpenHelper, write raw CREATE TABLE strings, manage ContentValues manually, wrangle cursors. it's a lot o
fayazbuilds-n5f2t7.hashnode.dev2 min read