A simple tracker app for Kingdom Death written for android
This is an app that is made for the game Kingdom Death. It is designed to assist a player in keeping their stat sheet organized. It has a total of 4 screens with name input AlertDialogs, and a view pager that cycles between the 2 last pages. It uses a SQLite schema on the backend, and a DAO pattern to organize it for the user's convenience. Future additions are planned after release, such as implementing unit tests, and allowing players to export their character sheets.
--This is horribly outdated, and I've seen no reason to continue updates. I keep it for nostalgia.