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
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
2 matches
Mail list logo