Watch "Architecture Components: Improve Your App's Architecture" on YouTube
https://youtu.be/7p22cSzniBM
https://youtu.be/7p22cSzniBM
YouTube
Android Jetpack: Improve your app's architecture
Announced at I/O 2017, Architecture Components are one part of Jetpack. These components include Room, LiveData, ViewModel, Paging, WorkManager and Navigatio...
“Kotlin : Slow List and Lazy Sequence” @elye_project https://medium.com/@elye.project/kotlin-slow-list-and-lazy-sequence-61691fc974c5
Medium
Kotlin : Slow List and Lazy Sequence
Came from Java 7 into Kotlin, we are so happy that we could easily have Collection operators on List and chain them together. But little…
Watch "Android Jetpack: manage UI navigation with Navigation Controller (Google I/O '18)" on YouTube
https://youtu.be/8GCXtCjtg40
https://youtu.be/8GCXtCjtg40
YouTube
Android Jetpack: Manage UI navigation with navigation controller (Google I/O '18)
The Navigation Architecture Component provides a framework for building in-app navigation. This session will discuss how to use the Navigation Editor in Android Studio, XML or the Java API to define your navigation graph, and how that simplifies navigating…
adb -d install -r MyApp.apk ; adb -d shell am start -a android.intent.action.MAIN -n com.MyCompany.MyApp/.MyActivity