🌈 By the powers of Jetpack and Kotlin combined, we bring you this codelab, where you'll learn how to build an app that uses Android Architecture Components with coroutines. Start the codelab → goo.gle/2W5Zuo9 Coroutines pathway → goo.gle/3dL43dq #KotlinFriday
@AndroidDev Form of... UI components! Shape of... inline preview! Wonder Twin powers activate!
@AndroidDev @suhas_sm Any chance of using the new FragmentResultListener APIs and 2 Fragments, instead of 2 Activities and `startActivityForResult`/`onActivityResult`? It'd simplify the code in the "Android Room with a View - Kotlin" sample. 😉
@AndroidDev Haven't use the startactivityforresult to start my own activity before. Nice to know here
@AndroidDev Great tutorial
@AndroidDev Hey, could you please fix the Paging codelab? The explanation is great though, but it still has some bugs when loading to the next page and the app is forced close caused by the unknown view by the paging adapter. It would be great if you can fix it. Thanks in advance!🟢
@AndroidDev My favorite part of the tutorial is how to call co-routines from Java.