Back to project page ArrecebaAndroid.
The source code is released under:
GNU General Public License
If you think the Android project ArrecebaAndroid 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 br.com.projetointegrador.table; /*from w w w . j av a 2s.c o m*/ public class TbUser { public final static String LOGIN = "LOGIN"; public final static String SENHA = "SENHA"; public final static String LEMBRAR_SENHA = "LEMBRAR_SENHA"; public final static String TABLE = "TB_USER"; public final static String[] COLUNAS = {"LOGIN", "SENHA", "LEMBRAR_SENHA"}; }