开发者

How to change or modify the default Home sreen while start up of Android

I have a requirement to change the default Home screen at start up of Android. like whenever i start the emulator then my own customize screen or default page should come instead of Android default screen.

Thanks in Advence

Reagrds Bijay.开发者_开发知识库..


You need to write your own Home Screen and make it as default. There are several available in the Android Market. Have a look at CATEGORY_HOME at http://developer.android.com/guide/topics/intents/intents-filters.html


I Googled "android home activity" and this came up as the 4th result:

http://adamac.blogspot.com/2007/12/replacing-android-home-screen.html

tl;dr: Use <category android:name="android.intent.category.HOME" /> and the system will prompt the user which Home activity the user would prefer when starting the Home activity. They can check the 'use by default' button and it'll stop prompting.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜