View Project
Notificity is an Android application designed to capture and categorize all incoming push notifications. It provides users with the ability to search through notifications both at the application level and using specific keywords. This project aims to enhance user productivity and notification management on Android devices.
Notification Listener: Captures all incoming push notifications in real-time.
Database Storage: Stores details such as notification title, content, timestamp, and originating application using RoomDB.
Search Functionality: Enables users to search notifications by application, date range, or by specific keywords within the notifications.
Swipe to Delete: Swipe left on a notification to delete it from the database
UI Design: Utilizes Material Design and Jetpack Compose for a modern and intuitive user interface, including light and dark modes.
Category Management: Notifications are categorized by application, allowing for organized viewing.
Built with