Skip to content

Latest commit

 

History

History
36 lines (17 loc) · 1.06 KB

README.md

File metadata and controls

36 lines (17 loc) · 1.06 KB

UltiManager

Android client for the UltiManager API.

Developer Resources

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.

Attributions

Icons: https://icons8.com/icon/set/frisbee/all

License

This project is licensed under the MIT License. See the LICENSE file for details.

Authors