https://github.com/huangsam/androidtutorial
Playing around with Android development
https://github.com/huangsam/androidtutorial
android kotlin
Last synced: 3 months ago
JSON representation
Playing around with Android development
- Host: GitHub
- URL: https://github.com/huangsam/androidtutorial
- Owner: huangsam
- Created: 2020-08-16T06:49:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-16T16:33:42.000Z (about 5 years ago)
- Last Synced: 2025-03-04T15:48:10.166Z (7 months ago)
- Topics: android, kotlin
- Language: Kotlin
- Homepage:
- Size: 140 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AndroidTutorial
Another go-around at Android development.
Following the "Build your first app" tutorial from start to finish.
- [Overview](https://developer.android.com/training/basics/firstapp)
- [Create an Android project](https://developer.android.com/training/basics/firstapp/creating-project)
- [Run your app](https://developer.android.com/training/basics/firstapp/running-app)
- [Build a simple user interface](https://developer.android.com/training/basics/firstapp/building-ui)
- [Start another activity](https://developer.android.com/training/basics/firstapp/starting-activity)