[android-beginners] Re: activitynotfound exception

2010-03-11 Thread ik
What's in settingsListener ? ik On 9 mar, 08:23, cnbishop wrote: > Button Settings_Button = (Button) findViewById(R.id.Settings_Button); >         Settings_Button.setOnClickListener(settingsListener); -- You received this message because you are subscribed to the Google Groups "Android Beginne

[android-beginners] Re: activitynotfound exception

2010-03-10 Thread SREEHARI
Inside onClick of Button u do the below steps Intent intent = new Intent(this, MyPreferenceActivity.class); startActivity(intent); Regards, SREEHARI -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your questi