PinnedFerhat ParmakUse cases and having use case free UI componentsUse case is part of clean architecture and a common way to implement them creating a class which has a method implements business logic and…Jul 29, 2022Jul 29, 2022
Ferhat ParmakCreating multi activity scope components with help of RxJavaMostly the scopes of components are bound to life of Activities and Fragments. And sometimes we need to store data for sharing with…Sep 18, 20161Sep 18, 20161
Ferhat ParmakLet the view handle the lifecycle in MVP by using RxJavaSuppose that your view has a method called showProducts. Simply, it updates the items of recyclerview. If your view is a Fragment, you have…Aug 13, 20165Aug 13, 20165
Ferhat ParmakinAndroidPubInject interfaces without provide methods on Dagger 2Let’s say you are developing an Android app with MVP design pattern and you have created an interface for your presenter called…Jul 26, 201614Jul 26, 201614