Shopping List app I have created for Android built using Android Studio IDE, Kotlin programming Language, XML, Room Database and Retrofit API.
User can enter name, price in Hungarian Forints, category, description and whether the item has been bought using the add button on toolbar. On the main screen, on item's card name, price, buy status and appropriate icon according to its category will be displayed. User can press details button to see additional info about item such as it's live price in other currencies(British pound, US dollar and Turkish Lira) and detailed description. User can delete item by swiping, or by pressing delete all button on toolbar. On main screen, User can change buy status of item by clicking checkbox of according item.