You aren't giving enough information for people to help, and this is really
just an SDK question so it should be asked on android-developers.

On Tue, Apr 21, 2009 at 11:40 PM, jeondaeh...@gmail.com <
jeondaeh...@gmail.com> wrote:

>
> 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);
>
>                        }
>        });
>
> >
>


-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

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

Reply via email to