![]() |
Talking Reminder
this project is intenfed for people who are not tech savvy
|
▼Ncom | |
▼Nsudogeeks | |
▼Ntalking_reminder | |
CAlarmReceiver | A class implementing basic alarm functions This class includes very basic features for an alarm |
CBootReceiver | A class For handling the reboot scenarios. In this case this class reschedules the alarms if the device boots |
CDateTimeSorter | Data Object class for creating DateTime objects to facilitate easy sorting |
▼CMainActivity | Main Activity class This activity is the entry point of the app and is responsible for handling User Authentication and Landing page view |
▼CSimpleAdapter | Adapter class (Inner Class) for implementing recycler view |
CDateTimeComparator | |
CReminderItem | |
CVerticalItemHolder | |
CNotificationHelper | Class to implement notification This class is for implementing notification popup at alarm time |
CReadReminderTextService | Class for Text to speech service This class is extending the tts module service to speak up the reminder text |
CReminderAddActivity | Java class for handling UI component of Add reminder layout |
CReminderDatabase | Class to manage database This class is for managing the database |
CReminderDO | Data Object class for Reminder This class conatins all the attributes of reminder |
CReminderEditActivity | Java class for handling UI component of Edit reminder layout |
CReminderReceiveActivity | Class to read and parse reminder Data after receiving This class parse the received reminder object and saves that in database and trigger alarm for that |
CUtility |