π± A personal learning repository for Android App Development using Kotlin and XML (for UI).
This repo documents my journey as I build Android apps and learn key development concepts.
- Language: Kotlin (
.kt) - UI Design: XML
- IDE: Android Studio (Meerkat or latest)
- Build System: Gradle
- Version Control: Git + GitHub
- Understand the Android app lifecycle
- Build user interfaces using XML
- Write Kotlin logic for interactivity
- Explore key Android components (Activities, Fragments, Intents, etc.)
- Use RecyclerViews, ViewModels, and Jetpack libraries in future projects
AndroidAppDev-UsingKotlin/
βββ app/ # Source code for projects
β βββ HelloWorldApp/ # Example Android project
βββ screenshots/ # Screenshots and UI previews
βββ README.md # You're here!
βββ .gitignore # Standard Git ignore file