Posted on Leave a comment

Kakao 2.3.0

[ https://github.com/agoda-com/Kakao/releases/tag/2.3.0 ]

Kotlin updated to 1.3.61
appcompat artifact from AndroidX updated to 1.1.0
recyclerview artifact from AndroidX updated to 1.1.0
swiperefreshlayout artifact from AndroidX has been added at version 1.0.0
ViewPager2 support added with KViewPager2 class and viewpager2 artifact from AndroidX at version 1.0.0
Material design artifact updated to 1.1.0
IndexMatcher (withIndex()) has become reusable
ChipGroup support added with KChipGroup class
Spinner support added with KSpinner class
Tint support added to KImageView, though it does not work 100% of the time

Posted on Leave a comment

About Kotlin

The Kotlin REPL [http://kotlin-quick-reference.com/025-R-kotlin-repl.html]
Kotlin command-line compiler [https://kotlinlang.org/docs/command-line.html]
ki: The Next Interactive Shell for Kotlin [https://blog.jetbrains.com/kotlin/2021/04/ki-the-next-interactive-shell-for-kotlin/]

Kotlin Coroutines Design Proposal [https://github.com/Kotlin/KEEP/blob/master/proposals/coroutines.md]

Public API challenges in Kotlin [https://jakewharton.com/public-api-challenges-in-kotlin/]

Demystifying the inline keyword (https://www.kotlindevelopment.com/inline-noinline-crossinline-reified/) [https://towardsdev.com/inline-noinline-crossinline-reified-in-kotlin-with-examples-f5dd063a0cd8]

Parcelable in Kotlin (https://proandroiddev.com/parcelable-in-kotlin-here-comes-parcelize-b998d5a5fcac)

Parcelize [https://blog.stylingandroid.com/parcelize/]

A study of the Parcelize feature from Kotlin Android Extensions [https://medium.com/@BladeCoder/a-study-of-the-parcelize-feature-from-kotlin-android-extensions-59a5adcd5909]

Kotlin: When to Use Lazy or Lateinit (https://www.bignerdranch.com/blog/kotlin-when-to-use-lazy-or-lateinit/)

Mocking Kotlin classes with Mockito — the fast way (https://engineering.21buttons.com/mocking-kotlin-classes-with-mockito-the-fast-way-631824edd5ba)

Lessons from my first multiplatform Kotlin project (https://blog.kotlin-academy.com/lessons-from-my-first-multiplatform-kotlin-project-d4e311f15874)
Continue reading About Kotlin

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

Android Architecture Components – AAC

Android Architecture Components by Example

https://developer.android.com/topic/libraries/architecture/index.html

Hacking Architecture Components by using Kotlin (https://antonioleiva.com/architecture-components-kotlin/)

Android Architecture Components: Testing your ViewModel LiveData [https://medium.com/exploring-android/android-architecture-components-testing-your-viewmodel-livedata-70177af89c6e]

Continue reading Android Architecture Components – AAC