khaelys / SmartEnvironments-old

1 stars 0 forks source link

input for the smart object via beacon bluetooth #10

Open khaelys opened 6 years ago

khaelys commented 6 years ago

Rewrite the code provided by Ing. Fabio in modules for readability, robustness and for future changes.

khaelys commented 6 years ago

Bundle b = getIntent().getExtras(); String value = ""; // or other values value = b.getString("response");

What's with this instructions?