This repository contains UI challenge implementations for both Android(Kotlin) and iOS(Swift) platforms.
The goal of this project is to practice building different types of user interface screens and improve design and layout skills on both platforms.
1] Android (Kotlin) 2] iOS (Swift)
UIChallenge:
1] Android → Android Studio project
2] iOS → Xcode project
- Clone the repository.
- Open Android Studio.
- Click on "Open" and select the Android folder.
- Wait for Gradle sync.
- Run the app on emulator or device.
- Clone the repository.
- Open the iOS folder in Xcode.
- Select a simulator.
- Run the project.
This project is useful for:
- Practicing UI development
- Understanding layout structures
- Learning cross-platform UI design
- Improving Android and iOS skills
If you want to contribute:
- Fork the repository
- Create a new branch
- Add your UI implementation
- Create a Pull Request