Back to project page makler.
The source code is released under:
GNU General Public License
If you think the Android project makler 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 pl.net.newton.Makler.db; /* w ww.java 2 s.c o m*/ public final class Constants { public static final String ID_EQUALS = "id = ?"; public static final String ALERTS = "alerts"; public static final String QUOTES = "quotes"; public static final String SYMBOLS = "symbols"; public static final String SYMBOL = "symbol"; public static final String WALLET_ITEMS = "wallet_items"; public static final String SYMBOL_ID = "symbol_id"; public static final String POSITION = "position"; private Constants() { } }