AbhiShah29

Results 2 comments of AbhiShah29

Hi @4sskick , Create Handler with Looper.getMainLooper() and in that handler call toast. ` Handler handler = new Handler(Looper.getMainLooper()); handler.post(new Runnable() { @Override public void run() { Toast.makeText(getApplicationContext(),"Text you want...

Hi guys, As @philips77 mentioned the error 133 is a common BLE error and its not just only android error. When we perform multiple time connection and disconnection with the...