An open API service indexing awesome lists of open source software.

https://github.com/virresh/shoppinglist

A simple shopping list powered by SQLite DB on Android
https://github.com/virresh/shoppinglist

android-apps

Last synced: 4 months ago
JSON representation

A simple shopping list powered by SQLite DB on Android

Awesome Lists containing this project

README

          

# ShoppingList
A simple shopping list powered by SQLite DB on Android.
Uses Room API for SQLite management.

UI might be a little clunky and definitely has room for improvement.

Logic is simple and all db operations handled on separate threads. Can be used as a reference for implementing Sqlite applications via ROOM.