I'm using Sugar ORM and I have my Reminder model.
I built the "New Reminder" activity manually and it turned out very ugly:
I really like the Preference API (https://developer.android.com/guide/topics/ui/settings.html) which could solve many of my issues. However, I don't need preferences to be saved with SharedPreferences, since I'm manually saving them to Sqlite via Sugar ORM.
Is there a way to use that UI anyway?