[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The Android Activities and other UI-related classes are in the
ui
subpackage. These include:
ToDoListActivity
— the main entry point of the application, which shows the list of
To Do items.
ToDoDetailsActivity
— The screen which shows the general details of a single item from
the list.
ToDoNoteActivity
— The screen that lets you add a longer note to a To Do item.
CalendarDatePicker
— A custom calendar-like view for selecting a due date.
CalendarDatePickerDialog
— A dialog wrapper around CalendarDatePicker
RepeatEditor
— The screen that lets you customize when a repeating task needs to
be done again once it has been marked complete.
RepeatDialog
— A dialog wrapper around RepeatEditor
CategoryListActivity
— The screen that lets you edit categories for grouping items.
PreferencesActivity
— The “Settings” screen of the application.
ExportActivity
— The screen from which you can save the app’s data to a backup file.
ImportActivity
— The screen from which you can load app date from a backup file.
This document was generated on March 30, 2025 using texi2html 5.0.