Recently, the Kotlin Online Event organized by Jetbrains was held to discuss the latest version of the language and also to replace what in principle and under normal circumstances would have been the KotlinConf that has been postponed for next … Read More
mobile

Flutter Vanilla State Management
We are all used when managing a state without any library in Flutter we have to create a StatefulWidget. And that to change its state and update a widget we have to do it using the setState(() => state=newState) method. … Read More

Mobile Architecture Vision: Binder-Events
In 2019, we held a meet up in which we presented our approach to architecture in mobile development. Here you can see the talk: “Mobile Architecture Vision: Binder – Events” https://youtu.be/nV2L2Ql_690 In summary, I will first try to explain the concept … Read More

Flutter Benefits
Every single year, mobile applications continue to become more relevant. Fortunately for developers, there are many programming tools available to help building mobile projects. Among these tools there is Flutter, which has distinguished itself lately for several reasons. For many … Read More

Kotlin Everywhere in Barcelona
Every day there is more and more activity around Kotlin, the community is growing and Jetbrains launches new initiatives to offer online resources, as well as offline events and talks in every corner of the world. And this autumn we … Read More

Java vs Kotlin
In Apiumhub we work with controlerless architecture called Pure MVP a lot ( We named it MVPP ), which is based on the concepts of composition of functions and investment of dependencies. You can find more information about it in … Read More

Progressive web apps: key benefits, statistics, use cases
Progressive web apps are the next great trend for the mobile web. It was invented about two years ago by Google and already got a lot of attention around it. As many experts assume that this is the nearest future … Read More

Uninstall a mobile app; how to avoid it
Mobile apps are very important for businesses and not only for big brands, but also for small and medium size businesses. There are thousands of apps that are released every day on app stores. Besides that, there are tons of users … Read More