Multibinding in Koin (almost like in Dagger 2)There is some interesting and useful feature in Dagger 2 called Multibinding that allows to bind several objects into a collection and…Aug 8, 2021Aug 8, 2021
Published inITNEXTNext step to avoid backing properties for StateFlowThis article was inspired by this original post and this reply. Here I’m going to tell my observations about the mentioned problem.Jan 21, 2021Jan 21, 2021
Published inFlutter CommunityHow to implement CircularRevealAnimation as Flutter library and publish it on pub.dev on the wayIn Android there is very interesting Animation called CircularRevealAnimation. Flutter while have rich animation possibilities doesn’t…hMay 22, 20191May 22, 20191
Published inAndroidPubReduce code in RxJava’s combinersRxJava is widely used in many Android applications and it’s common use case where data need to be combined from two or more data sources.Oct 23, 2018Oct 23, 2018
Published inAndroidPubRetrobase — like Retrofit, but for databaseMany Android developers use Retrofit library, that allows turn HTTP API into java-interface. It’s very convenient, because it reduces the…Nov 17, 20163Nov 17, 20163