Back to project page android.
The source code is released under:
Copyright (c) 2014, ganapatih All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Re...
If you think the Android project 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 helper; /*from w w w . j a v a2 s. co m*/ public final class CommonUtilities { public static final String SERVER_URL = "http://ganapatih.com/api/"; public static final String SERVER_URL_TOKEN = SERVER_URL+"token"; public static final String SERVER_URL_DAFTAR = SERVER_URL+"register"; public static final String SERVER_URL_RELAWAN = SERVER_URL+"korban"; public static final String SERVER_URL_KORBAN = SERVER_URL+"relawan"; // for gcm or etc public static final String SENDER_ID = "81345691014"; public static final String API_KEY = "AIzaSyBfeSRh8mglzQL4yj0zQmFEjwyOonVZnrU"; }