A minimalistic and responsive Android application designed for efficient note-taking and personal organization. Built with a focus on simplicity, performance, and usability, the app offers a clean interface and smooth user experience. It enables users to create, view, and manage notes with ease, making it ideal for everyday productivity on mobile devices.
Storing notes using SharedPreferences and ensuring data is retained on app restart was a challenge, resolved through structured key-value storage.
Implemented swipe-to-delete using RecyclerView’s ItemTouchHelper for better UX and smooth interaction.
Tested across different screen sizes and made layout adjustments using ConstraintLayout to ensure usability.