Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-mvp

Nested MVP on Android: how to

Using clean MVP on android with RxJava: How can you keep the presenter free of any android knowledge while still observing on the UI thread?

Implementing MVP on a single activity with two (or multiple) fragments

error: [Dagger/MissingBinding] [dagger.android.AndroidInjector.inject(T)] Dagger

Questions on MVP Pattern for Android apps

GoogleMaps using rxJava with MVP

How to pass context to repository in MVP pattern

Android MVP with view pager

Questions about the responsbilities of each component in Android Architecture Components

Live Data in MVP architectural pattern

Recovering presenters for the ViewPager fragments (MVP)

android mvp android-mvp

What role an Android Service should play in the MVP pattern?

Can I register MVP Presenter inside Fragment

How to inject Mocked Presenter of Activity in Instrumentation testing with Espresso

Is Content Provider an implementation of Repository Pattern?