Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. } catch (JSONException e) {
  2. e.printStackTrace();
  3.  
  4. }
  5.  
  6. }
  7. }, new Response.ErrorListener() {
  8. @Override
  9. public void onErrorResponse(VolleyError error) {
  10. Toast.makeText(profile.this,"error",Toast.LENGTH_LONG).show();
  11. }
  12. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement