Back to project page tmxmob.
The source code is released under:
GNU General Public License
If you think the Android project tmxmob 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.ufofrog.tmxmob.app.config; public class StaticConfig { public static final String EXTERNAL_BASE_PATH = "./data/tmxmob/"; public static final String INTERNAL_BASE_PATH = ""; public static final String JSON_CONFIG_FILEPATH = EXTERNAL_BASE_PATH + "config.json"; }