software:android
This is an old revision of the document!
just starting out on Android development; figured i'd gather bits as i learned them.
- Install Android Studio
- be sure to check the sha256 just in case; they're in the lower half of the above page with no internal link.
- start android-studio
- new Project
- select an Activity
- Activity Lifecycle dictates which methods of the Activity are invoked when and why
| Template | UI System | What You Get | Best For |
| Empty Activity | XML | Activity + XML layout | Classic Android, XML tutorials |
| Basic Views Activity | Compose | Starter UI + theme + sample composables | Compose beginners, quick prototypes |
| Empty Views Activity | Compose | Minimal Compose setup | Compose experts, custom architectures |
software/android.1789046583.txt.gz · Last modified: by ron
