How to solve this problem.....
I think path is not match with each other.

ImageButton button = (ImageButton) findViewById(R.id.appointment);
        button.setOnClickListener(new OnClickListener() {
                public void onClick(View v) {
                                final Intent i = new Intent();
                                i.setClass(Calendar_01.this,Notepadv3.class);
                                startActivityIfNeeded(i,0);

                        }
        });

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to