Back to project page Dhamaschool.
The source code is released under:
Apache License
If you think the Android project Dhamaschool 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 group.ripple.dhamaschool; /*from ww w . j av a2s . com*/ /** * Created by WaiLynnZaw on 11/17/2014. */ public class Constant { public static final String CACHEDIR = "/data/dhamaschool"; public static class Config { public static final boolean DEVELOPER_MODE = false; } public static final String URL = "https://www.facebook.com/feeds/page.php?id=979822912033401&format=json"; public static final String e_mail = "ripplemyanmar@gmail.com"; }