2 messages in com.googlegroups.android-beginners[android-beginners] Re: To change "Ho...
FromSent OnAttachments
Hsun-Cheng Hu25 Jun 2008 18:56 
Zach Hobbs29 Jun 2008 13:28 
Subject:[android-beginners] Re: To change "Home Application", possible??
From:Zach Hobbs (hob@helloandroid.com)
Date:06/29/2008 01:28:08 PM
List:com.googlegroups.android-beginners

You can override the homescreen by creating a proper intent filter for your activity, there is a thread on this topic in the android-developers group: http://groups.google.com/group/android-developers/browse_thread/thread/4f3d876f7e757316/cc8789acb0f9f480?lnk=gst&q=home+screen#cc8789acb0f9f480

On Wednesday 25 June 2008 21:56:54 Hsun-Cheng Hu wrote:

Hi all,

Is it possible to change the "Home Application", which is the application displaying while user click "home" button??

I found there are some videos in Youtube contains different home UI, like the following:

http://tw.youtube.com/watch?v=muIqc7TP1bs

http://tw.youtube.com/watch?v=-rKa8j4-h58&feature=related

The emulator is the second one.

So, how to do it?? And is there any constraint or additional APIs about it??

Thanks in advance.