Back to project page ScoreKeeper.
The source code is released under:
GNU General Public License
If you think the Android project ScoreKeeper 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.fletch.gamescorekeeper.constants; public interface Constants { public static final String TITLE = "title"; public static final String MESSAGE = "message"; public static final String DIALOG_TYPE = "type"; public static final String PLAYER_LIST = "player_list"; public static final String CURRENT_POSITION = "current_position"; }