“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
adb devices | tail -n +2 | cut -sf 1 | xargs -I {} adb -s {} shell input keyevent 4
“Implement Pagination In RecyclerView Using RxJava Operators” @amitiitbhu https://medium.com/mindorks/implement-pagination-in-recyclerview-using-rxjava-operators-686fb202b9dc
Medium
Implement Pagination In RecyclerView Using RxJava Operators
I am Amit Shekhar, Co-Founder @ Outcome School • IIT 2010–14 • I have taught and mentored many developers, and their efforts landed them…
“Best coding practices, tips and more for Android” @balsikandar https://medium.com/mindorks/best-coding-practices-tips-and-more-for-android-4ec03c7eeb2c
Medium
Best coding practices, tips and more for Android
I have been a developer for over two years now and the way i have been coding has changed by learning and sharing with others. In these…