An open API service indexing awesome lists of open source software.

https://github.com/ascendcorp/android-basic


https://github.com/ascendcorp/android-basic

Last synced: 9 months ago
JSON representation

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