Back to project page groundify-android.
The source code is released under:
GNU General Public License
If you think the Android project groundify-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package deftsoft.android.iground.utility; //from w w w . j a v a 2 s. c om public class WebServiceLinks { public static String Signup = "http://deftsoft.info/familytree//iGroundApp/igroundapi.php?method=registration"; public static String Login = "http://deftsoft.info/familytree//iGroundApp/igroundapi.php?method=login"; public static String AddChild = "http://deftsoft.info/familytree//iGroundApp/igroundapi.php?method=addChild"; public static String Select_own_child = "http://deftsoft.info/familytree//iGroundApp/igroundapi.php?method=selectChild"; public static String Delete_Child = "http://deftsoft.info/familytree//iGroundApp/igroundapi.php?method=deleteChild"; public static String Add_Consequence = "http://deftsoft.info/familytree//iGroundApp/igroundapi.php?method=setConsequence"; public static String View_Consequence= "http://deftsoft.info/familytree//iGroundApp/igroundapi.php?method=getConsequence"; public static String Get_Newconsequence = "http://deftsoft.info/familytree//iGroundApp/igroundapi.php?method=getConsequenceImage"; public static String Set_Conseg_Image ="http://deftsoft.info/familytree//iGroundApp/igroundapi.php?method=setConsequenceImage"; }