Back to project page interamap.
The source code is released under:
MIT License
If you think the Android project interamap 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.richso.interamap.utils; //from ww w .ja va 2 s . c o m /** * Created with IntelliJ IDEA. * User: nikolai * Date: 10.09.13 * Time: 17:38 * To change this template use File | Settings | File Templates. */ public class Constant { public final static int NULL_DIALOG = 0; public static final String NONE = "none"; public static class DialogFragmentTag{ public static final String defaultDialog = "default_dailog"; } public static class Extra { public static final String username = "username"; public static final String categoryTitle = "title"; public static final String itemCategoryTitle = "itemTitle"; } }