Bourbon
Bourbon copied to clipboard
An MVP Dribbble client for Android Mobile, Tablet, Wear and TV.
Android support library version changed in a single place.
As far as I can tell `Presenter.detachView()` is never called.
I noticed that you don't yet have support for Pagination https://github.com/hitherejoe/Bourbon/blob/6467d8db064f00a9e6614f63744e98982c353a9d/CoreCommon/src/main/java/com/hitherejoe/bourboncorecommon/ui/shot/ShotPresenter.java#L20 I am actually trying to set up Pagination myself in my own project. I have it completely set up...
Please consider adding a license. It helps users know how we can use this repository.
please add support for sdk>=16. instrumentation tests are failing on devices with sdk 19
I would like to know what is the benefit of using the RxSchedulersOverrideRule TestRule instead of the toBlocking? Is it only to avoid attaching toBlocking to every call in every...
Hi, i have just cloned and got this 
When I try to build it with `./gradlew app:assembleDebug` I'm getting > FAILURE: Build failed with an exception.What went wrong: > A problem occurred configuring project ':wear-androidTest'. > Could not...