SmartGroceryList is an Android application developed in Kotlin that allows users to create and manage grocery shopping lists in a simple and intuitive way.
The app is built using a fragment-based architecture with the Android Navigation Component and stores data locally using Room. Users can create new lists, add grocery items, mark them as purchased, and view saved lists even while offline.
The project focuses on core Android development concepts such as Fragments, XML layouts, local persistence, and list-based user interfaces, making it suitable as a solid foundation for further extensions.