Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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