Arun kumar s

Results 2 comments of Arun kumar s

below code can be used to get the current view, //Inside a activity **View view = getCurrentFocus();** with this view object you can get the id **view.getId();** and use the...

I was also facing the same issue. I did a hacky way to resolve it. when `mqttClient.disconnect()` is successful, set the Auto reconnect flag to false which actually stops the...