This is an Android application that allows users to keep track of a list of food items. The app is built using Kotlin programming language and utilizes Room as local database for storing food items.
- View the list of food items with their corresponding rates
- Search for a specific food item
- Add a new food item
- Edit an existing food item
- Delete a food item by long clicking on it
- Kotlin
- Room (local database)
- Glide (image loading library)