Kotlin: Kotlin Coroutines the right way in Android
Question or issue of Kotlin Programming: I’m trying to update a list inside the adapter using async, I can see there is too much boilerplate.
Continue ReadingQuestion or issue of Kotlin Programming: I’m trying to update a list inside the adapter using async, I can see there is too much boilerplate.
Continue ReadingQuestion or issue of Kotlin Programming: I have View and one CircleShape , which should show toast in this View. And I use it in main Activity. This is my interface
Continue ReadingQuestion or issue of Kotlin Programming: I’m reading about how the MVVM architecture works and how to use Android Data Binding Library help.
Continue ReadingQuestion or issue of Kotlin Programming: After updating support library version 27.1.0 Android Studio unable to render CardView. It shows error message as
Continue ReadingQuestion or issue of Kotlin Programming: I have a problem with capturing the Class argument via ArgumentCaptor. My test class looks like this:
Continue ReadingQuestion or issue of Kotlin Programming: I have a Double variable that is 0.0449999 and I would like to round it to 1 decimal place 0.1 .
Continue ReadingQuestion or issue of Kotlin Programming: I am using Android’s VIBRATOR_SERVICE to give a haptic feedback for a button touch.
Continue ReadingQuestion or issue of Kotlin Programming: We have been discussing about this but we don’t know the reason of creating a viewmodel factory to create a viewmodel instead of instantiate the viewmodel directly. What is the gain of creating a factory that just creates the viewmodel?
Continue ReadingQuestion or issue of Kotlin Programming: I’m trying to use Kotlin in my Android project. I need to create custom view class. Each custom view has two important constructors:
Continue ReadingQuestion or issue of Kotlin Programming: I’m trying to use Kotlin with Butterknife for my Android Application.
Continue Reading