janishar / android-mvp-architecture

This repository contains a detailed sample app that implements MVP architecture using Dagger2, GreenDao, RxJava2, FastAndroidNetworking and PlaceholderView
https://janisharali.com
Apache License 2.0
4.44k stars 1.24k forks source link

Fragment and Activity Communication or Dialog and Activity Communication #50

Open anoopmb opened 6 years ago

anoopmb commented 6 years ago

How can i return an object to Activity from Fragment Presenter or Dialog Presenter ?

How can i pass an object from Activity to fragment or diaog?