Back to project page Gazetti_Newspaper_Reader.
The source code is released under:
MIT License
If you think the Android project Gazetti_Newspaper_Reader 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 in.sahildave.gazetti.util; /*from www . j a va 2 s . co m*/ public class Constants { public static final String PARSE_CLIENT_KEY = ""; public static final String PARSE_APP_ID = ""; public static final String IS_FIRST_RUN = ""; public static String th_body = ""; public static String th_head = ""; public static String th_image_1 = ""; public static String th_image_2 = ""; public static String toi_body = ""; public static String toi_head = ""; public static String toi_image_1 = ""; public static String toi_image_2 = ""; public static String tie_body = ""; public static String tie_head = ""; public static String tie_image = ""; public static String fp_body = ""; public static String fp_head = ""; public static String fp_image = ""; }