Android Open Source - runescape-highscore Constants






From Project

Back to project page runescape-highscore.

License

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.

Java Source Code

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";

}




Java Source Code List

com.rsstat.ApplicationTest.java
com.rsstat.Constants.java
com.rsstat.models.Triple.java
com.rsstat.rest.api.RSHighScoreAPI.java
com.rsstat.ui.MainActivity.java
com.rsstat.ui.ResultsActivity.java
com.rsstat.ui.adapters.ResultsListAdapter.java
com.rsstat.ui.adapters.SearchHistoryListAdapter.java