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’m currently developing an app using the newly Android Architecture Components. Specifically, I’m implementing a Room Database that returns a LiveData object on one of its queries. Insertion and querying work as expected, however I have an issue testing the query method using a unit test.
Continue ReadingQuestion or issue of Kotlin Programming: How do I declare a secondary constructor in Kotlin?
Continue Reading