https://github.com/ascendcorp/android-basic
https://github.com/ascendcorp/android-basic
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ascendcorp/android-basic
- Owner: ascendcorp
- Created: 2022-09-02T03:23:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T02:58:19.000Z (about 3 years ago)
- Last Synced: 2025-04-11T01:05:28.943Z (9 months ago)
- Language: Kotlin
- Size: 65.4 KB
- Stars: 2
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# android-basic
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.
### 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
### Branch
- [main](https://github.com/mikkipastel/android-basic): An empty Android Application.
- [activity-lifecycle](https://github.com/mikkipastel/android-basic/tree/activity-lifecycle): A small modification for learning Android Lifecycle.
- [activity-workshop](https://github.com/mikkipastel/android-basic/tree/activity-workshop): A workshop for learning Activity & UI basics.
- [fragment-workshop](https://github.com/mikkipastel/android-basic/tree/fragment-workshop): A workshop for learning Fragment basics.
- [recycler-workshop](https://github.com/mikkipastel/android-basic/tree/recycler-workshop): A workshop for learning RecyclerView and networking.
## Content
Introduction blog: https://developers.ascendcorp.com/basic-android-development-introduction-with-android-project-fbf754bb4d3a