The Click Counter App is a simple Android application built using Jetpack Compose and Kotlin. It allows users to increment a counter by clicking a button. The app also features background lifecycle handling to reset the counter when the app goes to the background.
week1.mp4
A simple Jetpack Compose application that displays a list of randomly generated users using Kotlin sequences.
week2.mp4
This is a user management app built using Jetpack Compose. The app allows you to perform the following actions:
- Add generated dummy users to a Room database.
- Display a list of users on the main screen.
- Clicking on a user item opens the UserDetailScreen, where you can view user information and delete the user.