Back to project page Android-1.
The source code is released under:
MIT License
If you think the Android project Android-1 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.example.georgi.sqliteexample; /*from ww w. j a va 2s .c om*/ import android.util.SparseArray; /** * Created by georgi on 12/3/14. */ public class Losers { public static final String TABLE_NAME = Losers.class.getSimpleName(); public enum TABLE { ID, LOSERNAME } }