Guest User

Untitled

a guest
Apr 25th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1.  
  2. import android.app.Activity;
  3. import android.os.Bundle;
  4.  
  5. import android.net.http.AndroidHttpClient;
  6. import org.apache.http.HttpResponse;
  7. import org.apache.http.client.methods.HttpGet;
  8. import org.apache.http.HttpEntity;
  9.  
  10. import android.widget.Toast;
  11. import android.content.Context;
  12. import android.view.View;
Add Comment
Please, Sign In to add comment