Skip to content

leesunghyun/SimpleMvpForAndroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleMvp for Android.

This is simple mvp pattern library for android.
SimpleMvp support rxlifecyle(https://github.com/trello/RxLifecycle).

Example

Activity

Observable.just("1","2",3).compose(RxLifecycle.bindUntilEvent(lifecycle(), ActivityEvent.DESTROY));

Fragment

Observable.just("1","2",3).compose(RxLifecycle.bindUntilEvent(lifecycle(), FragmentEvent.DESTROY));

Presenter

Observable.just("1","2",3).compose(RxLifecycle.bindUntilEvent(lifecycle(), PresenterEvent.DETACH_VIEW));

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages