Back to project page glvideoplayer-android.
The source code is released under:
Apache License
If you think the Android project glvideoplayer-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 net.binzume.android.nicovideo.webapi; // w w w. ja va 2 s . com public class Constants { public static final String SECURE_URL = "https://secure.nicovideo.jp/secure/login?site=niconico"; public static final String SECURE_PROFILE_URL = "https://secure.nicovideo.jp/secure/user_profile"; public static final String TOP_URL = "http://www.nicovideo.jp/"; public static final String API_URL = "http://www.nicovideo.jp/api/"; public static final String FLAPI_URL = "http://flapi.nicovideo.jp/api/"; public static final String WATCH_URL = "http://www.nicovideo.jp/watch/"; public static final String MYLIST_URL = "http://www.nicovideo.jp/my/mylist"; public static final String USER_AGENT = "TestPlayer/0.1 (Android)"; // is not iPad ??? iPad????????????????????????????????? public static final String USER_AGENT2 = "TestPlayer/0.1 (A_ndroid is not iPad)"; public static final String USER_AGENT3 = "TestPlayer/0.1 (A_ndroid)"; }