This is a task management app tailored for Android Wear devices. It allows users to add, view, and receive notifications for tasks. Tasks are stored persistently using Shared Preferences. The app features a user-friendly interface optimized for different watch shapes and utilizes a WearableRecyclerView for task listing. Notifications alert users about tasks due within the next hour, providing Task ID and Task Name for quick identification. Users can take action on notifications to access a screen displaying upcoming tasks for effective management.
-
Task Addition Screen: this screen offers a user-friendly interface for adding tasks on Android Wear. It includes Task ID, Name, and Due Date & Time, ensuring each ID is unique
-
Task Listing:Presents a comprehensive list of tasks using a WearableRecyclerView.
-
Notification Integration: Implements a robust notification system to alert users about impending tasks due within the next hour.
-
Upcoming Tasks Screen: Facilitates users in viewing all tasks scheduled within the next one hour.
- This project only contains the wearable module.
