Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. public class Constants {
  2. public static final String URL= "http://192.168.43.68/";
  3. public static final String ROOT_URL = URL+"android/crud_api/";
  4. public static final String URL_ADD = ROOT_URL+"add.php";
  5. public static final String URL_DELETE = ROOT_URL+"delete.php";
  6. public static final String URL_UPDATE = ROOT_URL+"update.php";
  7. public static final String URL_SELECT = ROOT_URL+"select.php";
  8. public static final String URL_SELECT_ID = ROOT_URL+"select_id.php";
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement