Posted on Leave a comment

Turning it up to 11: the first Developer Preview of Android 11

Preview [https://developer.android.com/preview]

Turning it up to 11: Android 11 for developers
08.09.2020 [https://android-developers.googleblog.com/2020/09/android11-final-release.html]

Test your app’s compatibility with Android 11
[https://developer.android.com/about/versions/11/test-changes]

Safer and More Transparent Access to User Location
19 February 2020
[https://android-developers.googleblog.com/2020/02/safer-location-access.html]

Android 11: Developer Preview 2
18 March 2020
[https://android-developers.googleblog.com/2020/03/android-11-developer-preview-2.html]

Что нового в Android 11 для пользователей и разработчиков
[https://habr.com/ru/company/jugru/blog/489532/]

Android 11 Beta и обновления для разработчиков
[https://habr.com/ru/company/google/blog/506992/]

Continue reading Turning it up to 11: the first Developer Preview of Android 11
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