

Application made using Android SDK. You can add products to the list and mark them whether they are alcohol. Then you can put the number of drinking and non-drinking people. This way application calculates payment for every person.
When I was learning Kotlin programming language a good idea was creating this project to practice. I used SQLite database to store data. The list of products is the classic example of using RecyclerView.
