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

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.

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.