beaufortfrancois / sandbox

:baby_chick:
MIT License
71 stars 32 forks source link

Create config class for having a single declaration of each services #7

Closed jefBinomed closed 8 years ago

jefBinomed commented 8 years ago

Create a config class for having a single declaration of each UUID

beaufortfrancois commented 8 years ago

formatUUID is missing with this refactoring ;(

jefBinomed commented 8 years ago

Modification done ;)

beaufortfrancois commented 8 years ago

I'm not a huge fan of having a separate Object for the config to be honest. What are the use cases for reusing this config in a "Get Started" app? The goal here is to quickly get you to connect to and interact with your BLE device.

jefBinomed commented 8 years ago

The generator can be use for me for something else than a "Get Started App" so when we want to go further in the developpement of our application or if we change the UUID, we just do the change in one place.

beaufortfrancois commented 8 years ago

As discussed offline, closing this for now.