Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.21 KB

README.md

File metadata and controls

48 lines (27 loc) · 1.21 KB

Compose Camp 2024

Getting Started

Firstly create a new project named Workshop

Prerequisites

Ensure you have the following installed:

  • Android Studio
  • Java Development Kit (JDK)

Incorporating Images

To include images in your project:

  1. Download the drwasble.zip file from this repository.
  2. Extract the contents of the ZIP file.
  3. Move the images from the extracted folder to the drawable folder of your Android project.

Modifying strings.xml

To replace the strings.xml file in your project:

  1. Open the strings.xml file provided in this repository.
  2. Replace the content of your project's strings.xml with the content from the provided file.
  3. Save the changes.

Nest Steps

  1. Open the project(Workshop) in Android Studio.

  2. Open the MainActivity.kt file

  3. Replace the content of your project's MainActivity.kt with the content from the provided file.

Nest Steps

You can now run the App and get the output as :

Frame 1 (5)

Built With