The first task in HNG ZURI INTERNSHIP for Mobile Track.
The language used: Kotlin and Compose for UI
Appetize Link for the Project Appetize
A simple basic application with two screens. The features include:
- Image Composable for Slack profile photo
- Text Composable for Slack Username
- Basic Sizing using modifiers
- Implementation of Webview
- Button Composable when clicked opens the Webview Screen in the application
- You must have Android Studio installed on your PC. If you don't have it here is the download link Android Studio
- Ensure you have the following DEPENDENCIES in your project
implementation("androidx.compose.ui:ui")
implementation("androidx.compose.ui:ui-graphics")
implementation("androidx.compose.material3:material3")
implementation("androidx.core:core-ktx:1.9.0")
To run this project follow this step
- Open the project Creation screen in your Android Studio
- Click on GET FROM VCS
- By the left side click on "GitHub" COPY and PASTE URL
- click on CLONE
minSdk = 21
targetSdk = 33
Android Gradle Plugin Version: 8.1.1
Gradle Version: 8.0