airbnb / RxGroups

Easily group RxJava Observables together and tie them to your Android Activity lifecycle
Apache License 2.0
693 stars 44 forks source link

Use method called tag() for resubscription #13

Closed felipecsl closed 8 years ago

felipecsl commented 8 years ago

Establish a convention that the Observer should have a method called tag() that returns either a String or a String[] and returns the tag associated to that Observer. This way we can have the flexibility of determining the correct tag at runtime.

felipecsl commented 8 years ago

@elihart

felipecsl commented 8 years ago

updated!

elihart commented 8 years ago

lgtm! Thanks for cleaning this up. +1