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…
“Handling IllegalStateException: Can not perform this action after onSaveInstanceState” @elye_project https://medium.com/@elye.project/handling-illegalstateexception-can-not-perform-this-action-after-onsaveinstancestate-d4ee8b630066
Medium
Handling IllegalStateException: Can not perform this action after onSaveInstanceState
Have you ever came across this error? If you have not seen it yourselves, you might have seen it in your crash analysis report e.g. Fabric…