dariuszseweryn / RxAndroidBle

An Android Bluetooth Low Energy (BLE) Library with RxJava3 interface
http://polidea.github.io/RxAndroidBle/
Apache License 2.0
3.43k stars 581 forks source link

Rework sample app #371

Open dariuszseweryn opened 6 years ago

dariuszseweryn commented 6 years ago

Summary

The sample app is a simple application that uses the library. As a sample it does not contain any good architectural patterns as it is not the point of the sample. Unfortunately this leads to a lot of questions on stackoverflow from people who do not know how to address typical use-cases like:

The idea is to either rework the sample app to something that is more complex but shows better architectural approach or gather a list of good articles that would show good ways of usage.

RobLewis commented 6 years ago

Regarding your first point, I'd love to see coverage of running Observables in background Services.