![]() |
Talking Reminder
this project is intenfed for people who are not tech savvy
|
Public Member Functions | |
| ReminderItem (String Title, String DateTime, String Repeat, String RepeatNo, String RepeatType, String Active) | |
Public Attributes | |
| String | mTitle |
| String | mDateTime |
| String | mRepeat |
| String | mRepeatNo |
| String | mRepeatType |
| String | mActive |
Data-Object class for recycler view items This class is slightly different form ReminderDO class. Very specific to the requirement of the recyler view
Definition at line 530 of file MainActivity.java.
| com.sudogeeks.talking_reminder.MainActivity.SimpleAdapter.ReminderItem.ReminderItem | ( | String | Title, |
| String | DateTime, | ||
| String | Repeat, | ||
| String | RepeatNo, | ||
| String | RepeatType, | ||
| String | Active | ||
| ) |
Constructor
| Title | |
| DateTime | |
| Repeat | |
| RepeatNo | number of repeatition |
| RepeatType | |
| Active |
Definition at line 547 of file MainActivity.java.
1.8.16