https://github.com/yshalsager/developing-android-apps-with-kotlin-notes
Android apps developing notes I take while studying this course.
https://github.com/yshalsager/developing-android-apps-with-kotlin-notes
android android-kotlin android-with-kotlin developing-android-apps developing-android-apps-with-kotlin kotlin kotlin-android kotlin-notes udacity
Last synced: 7 months ago
JSON representation
Android apps developing notes I take while studying this course.
- Host: GitHub
- URL: https://github.com/yshalsager/developing-android-apps-with-kotlin-notes
- Owner: yshalsager
- Created: 2019-10-11T11:39:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-26T19:01:56.000Z (almost 5 years ago)
- Last Synced: 2025-02-28T08:29:55.483Z (7 months ago)
- Topics: android, android-kotlin, android-with-kotlin, developing-android-apps, developing-android-apps-with-kotlin, kotlin, kotlin-android, kotlin-notes, udacity
- Homepage: https://www.udacity.com/course/developing-android-apps-with-kotlin--ud9012
- Size: 942 KB
- Stars: 7
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Developing Android Apps with Kotlin Study Notes
[Developing Android Apps with Kotlin](https://www.udacity.com/course/developing-android-apps-with-kotlin--ud9012) is an online course, developed by Google together with Udacity. The course gives you hands-on experience as you build real Android apps using industry best practices, with modern app architecture. You'll learn to use Android Jetpack components such as Room for databases, Work Manager for background processing, the new Navigation component, and more. You'll use key Kotlin features to write your app code more quickly and concisely.
These Notes are based on course videos and exercises, [Google codelabs](https://developer.android.com/courses/kotlin-android-fundamentals/overview), documentation, stackoverflow, some articles from internet and some personal notes.