Thuta Learning
ရှာဖွေရန်
Mobile Developmentintermediateandroidkotlinjetpack-composemobilemvvmroom

Android Development

Kotlin + Jetpack Compose နဲ့ Android native app ရေးသားနည်းကို အခြေခံကနေ စတင်ကြရအောင် — Composable, State, Navigation ကနေ ViewModel, Room, Retrofit, Coroutines, production-ready project အထိ မြန်မာဘာသာဖြင့် အဆင့်လိုက်ရှင်းပြထားသော tutorial ၂၅ ခန်း။

25 သင်ခန်းစာများ · 220 မိနစ် · Learning Platform Editorial Team

Android Native Development ဆိုတာ ဘာလဲ

လက်ထဲမှာ ဘာရှိရင် ရပြီ

  • Android Studio (developer.android.com ကနေ install)
  • Computer (Windows/Mac/Linux) — emulator run ဖို့ RAM 8GB+ အကြံပြု
  • Physical Android device (optional, USB debugging ဖွင့်ထားရန်)

မစခင် ဒီလောက်ပဲ သိထားပါ

  • Kotlin syntax အခြေခံကို နားလည်ထားရန် (site ရဲ့ Kotlin tutorial ကို အရင်လေ့လာထားရင် ကောင်းသည်)
  • Command line/terminal ကို အခြေခံ သုံးတတ်ရန်
  • Optional: object-oriented programming concept ရင်းနှီးရင် ပိုအထောက်အကူဖြစ်မည်

ဒီသင်တန်းပြီးရင် ကိုယ်ဘာလုပ်တတ်မလဲ

  • Android native development ကို Kotlin + Jetpack Compose ဖြင့် ရှင်းပြနိုင်ခြင်း
  • Composable, State, Modifier, Navigation ကို properly ရေးသားနိုင်ခြင်း
  • ViewModel/MVVM architecture ဖြင့် UI နှင့် business logic ကို ခွဲထားနိုင်ခြင်း
  • Retrofit (networking), Room (local database), Coroutines/Flow (async) ကို production မှာ အသုံးချနိုင်ခြင်း
  • Runtime permission, testing (Unit/UI test) ကို correctly handle လုပ်နိုင်ခြင်း
  • Todo app နှင့် Weather app project ကို Play Store readiness checklist နှင့် ပြီးမြောက်အောင် တည်ဆောက်နိုင်ခြင်း
Android Development | Thuta Learning