artem-zinnatullin/qualitymatters

Replace ugly runOnUiThreadIfFragmentAlive with Rx chain composition

Open

#42 opened on Dec 3, 2015

View on GitHub
 (24 comments) (0 reactions) (1 assignee)Java (204 forks)batch import
enhancementhacktoberfest

Repository metrics

Stars
 (1,759 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

If View methods return Action1 or probably Observable / Single will be able to compose them on the Presenter side and it'll work as part of initial chain.

Though, I also see some drawbacks, but in general, it's more functional and clear approach -> 👍

// Thanks @pakoito for the input!

Contributor guide