Posted on Leave a comment

Android UX UI [2]

PART 1 [http://www.arvifox.com/2020/01/02/physics-animation-in-android/]

Building a Beautiful Disney MVVM Android Application (1): Material Motion Systems. [ https://proandroiddev.com/building-a-beautiful-disney-android-application-1-material-motion-systems-34607eae2501 ]
[ https://github.com/skydoves/DisneyMotions ]

The motion system [ https://material.io/design/motion/the-motion-system.html# ]

Direct is a tool that helps motion designers provide clear, precise motion direction for engineers. [ https://github.com/material-motion/direct ]

[https://shapeshifter.design/]

Continue reading Android UX UI [2]
Posted on Leave a comment

Kotlin +, Kotlin multiplatform

Kotlin Multiplatform Reaktive [ https://soundcloud.com/android_broadcast/android-broadcast-reaktive-na-kotlin-multiplatform ]
Kotlin multi-platform implementation of Reactive Extensions [https://github.com/badoo/Reaktive]

An awesome list that curates the best KMM libraries, tools and more.
[https://github.com/terrakok/kmm-awesome]
[https://github.com/AAkira/Kotlin-Multiplatform-Libraries]
KaMP Kit by Touchlab is a collection of code and tools designed to get your mobile team started quickly with Kotlin Multiplatform.
[https://github.com/touchlab/KaMPKit]
[https://github.com/touchlab/Stately]
[https://github.com/korlibs/klock]

Functional companion to Kotlin’s Standard Library [ https://arrow-kt.io/ ]

Kotlin backend? Yes it’s possible [https://proandroiddev.com/kotlin-backend-yes-its-possible-953388acffc3]

Connected Applications with Kotlin [https://ktor.io/]
[https://www.codeflow.site/ru/article/kotlin-ktor]

An Interface for Multiplatform Networking
[https://benasher.co/kotlin-multiplatform-networking]

detekt [ https://github.com/detekt/detekt ]
[https://habr.com/ru/company/citymobil/blog/565402/]
Полдюжины правил для статического анализатора Detekt
[https://habr.com/ru/post/669136/]

Kotlin Native. Multithreading without Coroutines
[https://medium.com/google-developer-experts/kotlin-native-multithreading-without-coroutines-56599ea33620]
Kotlin Native. Multithreading with Coroutines
[https://medium.com/google-developer-experts/kotlin-native-multithreading-with-coroutines-373663bf5a09]

Continue reading Kotlin +, Kotlin multiplatform
Posted on Leave a comment

Android Studio 3.6

[ https://androidstudio.googleblog.com/2020/02/android-studio-36-available-in-stable.html ]
[ https://developer.android.com/studio/releases#3-6-0 ]

android.useNewApkCreator
[ https://androidstudio.googleblog.com/2019/08/android-studio-36-canary-9-available.html ]

Android Studio Design Tools UX Changes — Split View
[https://medium.com/androiddevelopers/android-studio-design-tools-ux-changes-split-view-dcde75e88a0c]

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