Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package com.example.thomas.taken.app;
- /**
- * Created by Thomas on 3/18/2015.
- */
- public class AppConfig {
- // Server user login url
- public static String URL_LOGIN = "http://locationtracking/indexmob.php";
- // Server user register url
- public static String URL_REGISTER = "http://localhost/indexmob.php";
- }
Advertisement
Add Comment
Please, Sign In to add comment