Guest User

Untitled

a guest
Dec 14th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. public void onSuccess(int statusCode, Header[] headers, byte[] response) {
  2. // called when response HTTP status is "200 OK"
  3. }
  4.  
  5. dependencies {
  6. compile 'com.loopj.android:android-async-http:1.4.9'
  7. }
  8.  
  9. import cz.msebera.android.*;
  10. import cz.msebera.android.httpclient.Header;
Add Comment
Please, Sign In to add comment