Notes android app
- TetraNote Android app allows users to create, edit, and organize their notes in a user-friendly way.
- The app was built using Kotlin programming language and MVVM architecture to ensure code maintainability and scalability.
- I used Hilt to simplify dependency injection and Room database to enable efficient and secure data storage.
- The app also uses LiveData and Data Binding to update the user interface in real-time.
Home Screen | Note Edit Screen |
---|---|
![]() |
![]() |
The app has several features, including:
- Note Creation: Users can create notes with a title, description using a simple and intuitive interface.
- Note Organization: Users can organize their notes in different folders. Folders can be nested.
- Note Editing: Users can edit their notes anytime by tapping on the note they want to edit.
- Note Deletion: Users can delete notes they no longer need.
- Dark Mode: The app also features a dark mode option for users who prefer a darker color scheme.
This project is still work in progress
- Firebase Authentication using google
- Basic UI Animations
- Update Logo ✔️
- Local Notifications
- Implement Hilt ✔️