Search
Popular posts
Popular tags
Apium Academy Blog
December 11, 2019 2022-10-24 17:14Apium Academy Blog
Pair Programming Benefits
Today pair-programming as well as test-driven development, continuous integration, and software architecture are an important part of any development efforts. It has also become part of the hiring in many companies ( Apiumhub is one of them ), and on-boarding processes. Pair-programming is one of the best techniques we have …
Android Jetpack Components
Android Jetpack is a suite of libraries, tools, and guidance to help developers write high-quality apps easier. These components help developers to follow best practices, offering backward compatibility and updates, so you always have access to the latest and greatest versions of the Jetpack components. Why should you use …
Model View Intent: a new Android Architecture Pattern
Android community has adopted patterns like MVP, MVC, MVVM, etc. And recently, we all started hearing another pattern called MVI or Model View Intent, so today I would like to discuss it in this post. Model-View-Intent ( MVI ) MVI stands for Model-View-Intent. MVI is one of the newest architecture …