i am new user of android and i had make one android database connection and create table application but at run time it will generate an error. an error is hear :
I added this line and everything worked fine:
super.onCreate(savedInstanceState);
Added it to the first line in OnCreate() method.
OnCreate()