Skip to content

ankit485803/AndroidAppDev_UsingKotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AndroidAppDev-UsingKotlin

📱 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.


🚀 Tech Stack

  • Language: Kotlin (.kt)
  • UI Design: XML
  • IDE: Android Studio (Meerkat or latest)
  • Build System: Gradle
  • Version Control: Git + GitHub

🧠 Learning Goals

  • 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

📁 Folder Structure

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

About

This is our Android app development learning journey.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors