Back to project page BoxSorter.
The source code is released under:
GNU General Public License
If you think the Android project BoxSorter 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.silverhillapps.boxsorter.conf; /*from w ww .ja v a 2 s.c o m*/ /** * Class which stores the basic constants for the factories * @author salva * */ public class Constants { public static final int SQUARE_CODE = 1; public static final int CIRCLE_CODE = 2; public static final int VOID_CODE = 0; public static final int RANDOM_LOADER_CODE = 1; public static final int JSON_LOADER_CODE = 2; }