Advertisement
zza_ibliizt

LoginDatabase Connections.java

Dec 19th, 2018
1,276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.30 KB | None | 0 0
  1. package Class;
  2. public class Connection {  
  3.          
  4.     // IP localhost : 10.0.2.2          (IP localhost Emulator Android)
  5.     public static final String IP           = "http://10.0.2.2/";
  6.  
  7.     // URL Lokasi PHP Script, (folder eclipse yang disimpan di htdocs)
  8.     public static final String URL_login    = "eclipse/login.php";
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement