Back to project page tdpforce.
The source code is released under:
Apache License
If you think the Android project tdpforce 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 org.telugudesam.cadre; /*w ww . ja v a 2 s . c o m*/ public class Constants { public static interface BundleExtras { public static String PIC_URL = "pic_url"; public static String CARD_ID = "card_id"; public static String CARD = "card"; public static String CATEGORY_TITLE = "category_title"; } }