tborg

AppConfig.java

Apr 21st, 2015
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.33 KB | None | 0 0
  1. package com.example.thomas.taken.app;
  2.  
  3. /**
  4.  * Created by Thomas on 3/18/2015.
  5.  */
  6. public class AppConfig {
  7.  
  8.     // Server user login url
  9.     public static String URL_LOGIN = "http://locationtracking/indexmob.php";
  10.  
  11.     // Server user register url
  12.     public static String URL_REGISTER = "http://localhost/indexmob.php";
  13.    
  14. }
Advertisement
Add Comment
Please, Sign In to add comment