Android client for the UltiManager API.
Here's some resources used while developing the app.
Google's official guide to using Room, their wrapper around SQLite. Room simplifies the whole process of setting up databases and tables using Java classes and annotations. TL;DR: Less SQL, more Java.
This page describes the entire process going from setting up the models in the database to querying for them and listing them using a RecyclerView
.
Icons: https://icons8.com/icon/set/frisbee/all
This project is licensed under the MIT License. See the LICENSE
file for details.
- Chathan Driehuys (chathan@driehuys.com)
- Elijah Long