How To Achieve Home Screen Launcher In My Android Application?
i have develop my application in android. Now i want to make Home Screen Launcher. and i want to call that Home-Screen launcher from my activity. So,,how to achieve this,please gi
Solution 1:
By Home Screen Launcher, I think you mean Home Screen Activity and a demo Home Screen Activity is in the samples directory of the SDK. Remember that a replacement for the default Home Screen can only be setup/activated by the user as a security measure. Otherwise you can start it through an Intent, but it won't last unless the user sets it as the default.
Post a Comment for "How To Achieve Home Screen Launcher In My Android Application?"