I have a problem with the SQLiteHelper in android. I'm using a singleton class to control all the data base interactions, so it has a SQLite object. The problem is that when I create a new object of the SQLite, the method onCreate is not called and then, the data base is not initialized... I read that you have to instance a writter or reader to call that method, but I have already done it and it is not called...
What can it be?
Thanks...