Re: activitynotfound exception
Inside onClick of Button u do the below steps Intent intent = new Intent(this, MyPreferenceActivity.class); startActivity(intent); Regards, SREEHARI
Informacja: 2010-03-10
Czytaj: Re: activitynotfound exception
Database Help
I am new to Android. Can u please tell me how to create database and insert values in that using some simple example. Thanks in Advance From Jimmy.....
Informacja: 2010-03-10
Czytaj: Database Help