Guest User

Config

a guest
Apr 10th, 2017
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. package com.ilb.deds3c.fetch;
  2.  
  3.  
  4.  
  5. public class Config {
  6.  
  7. public static final String DATA_URL = "http://dedsec1911.hol.es/Update.php?id=";
  8. public static final String KEY_NAME = "name";
  9. public static final String KEY_PHONE = "phone";
  10. public static final String KEY_USERNAME = "username";
  11. public static final String KEY_EMAIL = "email";
  12. public static final String KEY_PASSWORD = "password";
  13. public static final String JSON_ARRAY = "result";
  14. }
Add Comment
Please, Sign In to add comment