This is the project from Android Basics with Compose course.
You can find the app overview here. I also added a toast for better UX.
I wrote the first version of the application myself without looking at the source code. After overview the source code, I made some improvements to make my code more readable and reduce code duplication.
The source code using Scaffold more complicated, I decided to built the app with basics compose layouts, such as Box, Column, Text, Image.