Top "Launcher" questions

A launcher is a program that stores locations of applications to aid users in starting them.

Clearing and setting the default home application

How in the world does Nova manage this? I'm literally trying to do exactly the same thing: provide users with …

java android launcher
Understanding custom android launcher

i want to learn custom android launcher,i donot know how to start,can you give me some advice,some …

android launcher
Android - creating custom launcher

I am intending to develop custom Launcher for Android phone. I have searched web, but I haven't found any valuable …

android launcher
Android, how to clear the recent task list which could get from Home button in most phone? Reflection is a possible way?

I'm writing a Launcher, it need clear the recent app/task list from system, not "didn't show my apps in …

android reflection launcher tasklist
How can I get the package name of the current launcher in android 2.3 and above?

How can I get the package name of the current launcher in android 2.3 and above programmatically in Java ?

java android launcher
Retrieving application information from package manager

Is there any way to pull an ApplicationInfo object from the PackageManager? I have tried many different types of methods …

android launcher android-applicationinfo
How to check if my application is the default launcher

I am developing a buissness-application that is essentially a Home-screen, and is supposed to be used as a Default Homescreen (…

android launcher homescreen
Dynamic start activity in Android?

Is there a way to dynamically change the starting activity in Android based upon a conditionally? What I attempted to …

android android-activity android-intent launcher
Adding widgets to a launcher page without bindAppWidgetId()

I'm trying to turn the stock ICS launcher into a standalone app. I'm nearly there - the only things not …

android widget android-4.0-ice-cream-sandwich launcher
How do I programmatically set the default launcher app?

Possible Duplicate: Android: change default Home Application I want to create a program like "Home Switcher" that can programmatically set …

android launcher android-launcher