Android sqlight problem always null
- by yoav.str
every time i am using the db its null and i just dont get it
i use this code for the SQL when I have quarry :
public class GameSQLHelper {
static final String[] COUNTRIES = new String[] {
"Afghanistan", "Albania", "Algeria", "American Samoa", "Andorra"
};
private static final String DB_PATH =…