Back to project page Cardeto.
The source code is released under:
Apache License
If you think the Android project Cardeto 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.ggt.cardeto.utils; /*from w ww . j a v a 2 s. co m*/ /** * Constants of the lib. * * @author guiguito */ public class CardetoConstants { public static final String HTML_RETURN = "<br/>"; }