edwardkes
Results
2
issues of
edwardkes
I have a question about the way `isPeripheralConnected` works. To check if I'm connected to the device, do I have to be connected to it at the App level or...
Hi, in your article you did something like this: ``` public class HeartbeatService extends Service { … private Handler handler = new Handler(); private Runnable runnableCode = new Runnable() {...