Posted on Leave a comment

Kotlin coroutines, actors

A first walk into Kotlin coroutines on Android

Kotlin coroutines on Android
[https://developer.android.com/kotlin/coroutines]

Kotlin flows on Android
[https://developer.android.com/kotlin/flow]

Coroutines
[https://kotlinlang.org/docs/coroutines-basics.html]

Android Coroutine Recipes [https://proandroiddev.com/android-coroutine-recipes-33467a4302e9]

Best practices for coroutines in Android
[https://developer.android.com/kotlin/coroutines/coroutines-best-practices]

Concurrent Programming in Kotlin: Coroutines

Simple asynchronous loading with Kotlin Coroutines ; https://hellsoft.se/simple-asynchronous-loading-with-kotlin-coroutines-f26408f97f46; + LifecycleObserver; + Kotlin Coroutine DSL
Continue reading Kotlin coroutines, actors

Posted on Leave a comment

UX UI in Android

PART 2 [http://www.arvifox.com/2020/03/21/android-ux-ui-2/]

Seamless Android app launch animations using Intent Source Bounds [ https://arunkumar.dev/seamless-android-app-launch-animations-using-intent-sourcebounds/ ]

Implement Google Inbox Style Animation on Android [ https://proandroiddev.com/implement-google-inbox-style-animation-on-android-18c261baeda6 ]

Animate Everything! (Android Animation Showcase) [ https://android.jlelse.eu/animate-everything-android-animation-showcase-7b7debee0e2a ]

Smooth RecyclerView Scrolling in Android [ https://medium.com/@polson55/smooth-recyclerview-scrolling-in-android-57e7a9b71ca7 ]

Continue reading UX UI in Android