Back to project page runescape-highscore.
The source code is released under:
Apache License
If you think the Android project runescape-highscore 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 com.rsstat; // w ww .j a v a 2 s . co m /** * Created by christhi on 14-12-27. */ public class Constants { public static final String SEARCH_HISTORY = "SEARCH_HISTORY"; public static final String ENDPOINT = "http://services.runescape.com"; public static final String PLAYER_NOT_FOUND = "Sorry, player not found."; public static final String NAME_TAG = "NAME_TAG"; public static final String DATA_TAG = "DATA_TAG"; }