Back to project page RealtimeStorage-Android.
The source code is released under:
MIT License
If you think the Android project RealtimeStorage-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 config; /*ww w . jav a 2 s. c o m*/ public class Config { final public static String CLUSTERURL = "https://storage-balancer.realtime.co/server/ssl/1.0"; final public static String TOKEN = "token"; final public static String APPKEY = "YOUR_APPLICATION_KEY"; final public static String TABLE_NAME = "todoTable"; final public static String PRIMARY_KEY = "listName"; final public static String SECONDARY_KEY = "timestamp"; final public static String RANDOM_STR_SET = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; }