ppamorim

Untitled

Oct 27th, 2014
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.37 KB | None | 0 0
  1. mNetworkUtils.verifyInternetAsync(new NetworkUtil.ResponseInternet() {
  2.                 @Override
  3.                 public void isConnected() {
  4.  
  5.                     //Seja fodasticamente feliz
  6.  
  7.                 }
  8.  
  9.                 @Override
  10.                 public void notConnected() {
  11.                     //Seu pobre nao paga a internet
  12.                 }
  13.             });
Advertisement
Add Comment
Please, Sign In to add comment