Firstly create a new project named Workshop
Ensure you have the following installed:
- Android Studio
- Java Development Kit (JDK)
To include images in your project:
- Download the
drwasble.zip
file from this repository. - Extract the contents of the ZIP file.
- Move the images from the extracted folder to the
drawable
folder of your Android project.
To replace the strings.xml
file in your project:
- Open the
strings.xml
file provided in this repository. - Replace the content of your project's
strings.xml
with the content from the provided file. - Save the changes.
-
Open the project(Workshop) in Android Studio.
-
Open the MainActivity.kt file
-
Replace the content of your project's
MainActivity.kt
with the content from the provided file.
You can now run the App and get the output as :
- Android Studio - The IDE used
- Kotlin - Programming language