futurice / freesound-android

Unofficial Android client for the Freesound Project
Apache License 2.0
85 stars 16 forks source link

[CHORE] Introducing naming convention #62

Closed tomaszpolanski closed 8 years ago

tomaszpolanski commented 8 years ago

I've made the changes, additionally I found some cases where usage of Completable is better

peter-tackage commented 8 years ago

@tomaszpolanski , just the unused imports. Also add mention to the README saying that the naming convention doesn't apply to the other Observable variants because their behavior is indicate via their type (e.g. Single is once).