diff --git a/README.md b/README.md index 58578cd..564233d 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,21 @@ This repository is a part of AscendMoney's Basic Android Development Course. It is published for people who are interested to learn basic Android development. ## Preparation -Please fork this repository and download any required programs before starting the workshop. -Optional : Also prepare your Android device or Android Emulator for running the application. +Please fork this repository and download any required programs before starting the workshop. +Optional: Also prepare your Android device or Android Emulator for running the application. ### Checklist - [Android Studio](https://developer.android.com/studio) : Development Tool - Install Android SDK (Should be automatically downloaded when setup the Android Studio) -- [Create an Android Emulator](https://developer.android.com/studio/run/managing-avds) : For running the application without the real device -- [Connect with an Android Device](https://developer.android.com/studio/debug/dev-options) : If you have an Android Device +- [Create an Android Emulator](https://developer.android.com/studio/run/managing-avds): For running the application without the real device +- [Connect with an Android Device](https://developer.android.com/studio/debug/dev-options): If you have an Android Device + +### Branch +- [main](https://github.com/mikkipastel/android-basic): empty Android Application. +- [activity-lifecycle](https://github.com/mikkipastel/android-basic/tree/activity-lifecycle): application for learning about Android Lifecycle. +- [activity-workshop](https://github.com/mikkipastel/android-basic/tree/activity-workshop): workshop to learn for add activity. +- [fragment-workshop](https://github.com/mikkipastel/android-basic/tree/fragment-workshop): workshop to learn to add fragments. +- [recycler-workshop](https://github.com/mikkipastel/android-basic/tree/recycler-workshop): workshop to learn about RecyclerView and calling with API. ## Content -blog : https://developers.ascendcorp.com/basic-android-development-introduction-with-android-project-fbf754bb4d3a +blog introduction: https://developers.ascendcorp.com/basic-android-development-introduction-with-android-project-fbf754bb4d3a \ No newline at end of file