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.zipfile from this repository.
- Extract the contents of the ZIP file.
- Move the images from the extracted folder to the drawablefolder of your Android project.
To replace the strings.xml file in your project:
- Open the strings.xmlfile provided in this repository.
- Replace the content of your project's strings.xmlwith 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.ktwith 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
