An Android note-taking app with SQLite persistence, Content Provider architecture, and customizable note background colors.

DailyNotes is a native Android application built in Java that lets users create, save, and manage notes locally. It uses SQLite for persistent storage accessed through a Content Provider and Cursor Loader pattern. Notes are displayed in a RecyclerView with grid/linear layout options and users can personalize notes with a predefined color palette.