This project is a demo application showcasing the use of Jetpack Compose in Android development. There are multiple demos from which you can get an idea of how you can start making apps with jetpack compose.
- Tap counter
- User Profile UI
- Movie Dashboard
- UI widgets
- Network call with ktor for Album list
- User profile with network call with ktor with all CRUD options
- Android Studio Arctic Fox or higher
- Android SDK version 30 or higher
-
Clone the repository to your local machine using the following command:
git clone https://github.com/PanktiSP13/Jetpack_Compose_Demo.git
-
Open the project in Android Studio.
-
Build and run the app on an emulator or physical device.
This project was inspired by the official Jetpack Compose documentation and the Android Developer documentation.