cant create database in android
问题 below code is my databasehandler class i got it from a tutorial. Beside that tutorial i saw this method in so many forums. However, even if i have create table it doesnt seems to be created. What is my wrong can so help me pls. public class DatabaseHandler extends SQLiteOpenHelper implements DatabaseHandlerInterface { // All Static variables // Database Version private static final int DATABASE_VERSION = 1; // Database Name private static final String DATABASE_NAME = "AACDroidDB"; // Contacts