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