I am developing an app in which i have to inform user that you are not connected to internet for further process. I have two button accept and reject when we click on either button it should notify to connect to internet private void initializeClickListeners() { acceptB.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { […]
The post inform user if internet is not present to connect it to do the further process appeared first on BlogoSfera.