Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.03 KB

Jetpack Compose Demo Project

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.

Demos

  • 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

Requirements

  • Android Studio Arctic Fox or higher
  • Android SDK version 30 or higher

Getting Started

  1. Clone the repository to your local machine using the following command:

    git clone https://github.com/PanktiSP13/Jetpack_Compose_Demo.git
    
  2. Open the project in Android Studio.

  3. Build and run the app on an emulator or physical device.

Acknowledgments

This project was inspired by the official Jetpack Compose documentation and the Android Developer documentation.