Back to project page playground-android-video.
The source code is released under:
This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a co...
If you think the Android project playground-android-video 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 v.app; // w w w . j ava 2 s .c om /** * Created by vasanth on 25/03/14. */ public final class Config { public final static String BASE_URL = "https://vasanth.kazileodev.com.au"; public final static String TOKEN = ""; public final static boolean DEBUG = true; }