Questions tagged [android-launcher]

An Android Launcher is the app responsible for showing the home screen, live homescreen widgets, wallpapers and displaying an app list. Unlike iOS, a launcher on Android can be provided by third party.

Launcher is the part of the Android user interface that lets users customize the home screen, launch apps, make phone calls, and perform other tasks.

The Android OS comes with a default launcher, but there are a number of alternative Launchers available for download on Google Play, and many OEMs replace the default with their own implementations.

704 questions
-1
votes
1 answer

Selectively displaying apps in Android

i'm making a launcher app and i would like to know how to selectively display apps on my launcher based on user input. Like other launchers will show all the apps normally, but in my launcher the user can, if they want, choose not to show some…
user7625100
-1
votes
1 answer

Checking first run of Activity, and suppressing another activity in Android

I'm making a launcher application with another settings activity to tweak the launcher. Now, i don't want the launcher to be displayed as elligible upon pressing the home button until the user has not set it up up first (they will be asked to do…
Nissim R
  • 542
  • 11
  • 29
-1
votes
2 answers

Stopping user from ending my Android launcher app using task switcher

is there a way of preventing a user from ending my app using the task switcher? Either by removing my app from the task switcher, or disabling the task switcher altogether? My app is a launcher, and when the user ends the task, it reverts back to…
user1118764
  • 9,255
  • 18
  • 61
  • 113
-1
votes
2 answers

Launcher App chooser dialog is not being displayed

I want to display Launcher app chooser dialog whenever I want but It is not displaying , app is getting closed. This is my code : getPackageManager().clearPackagePreferredActivities(getPackageName()); Intent i = new…
Nitesh Singh
  • 328
  • 3
  • 13
-1
votes
1 answer

Error : Cannot be resolved or is not a Field

Getting this specific error : Cannot be resolved or is not a Field I tried Cleaning the Project and Debugged (F11) and Build the project. But still the same problem persists. if(from[i].equals("me")){ mView =…
Zero
  • 357
  • 2
  • 5
  • 20
-1
votes
2 answers

When 'Run As' from Eclipse my developed Android App, launcher Icon doesn't show up

I have looked all over the net, and couldn't find why my Icon isn't show up on my Android wallpaper (neither on a virtual device). The App starts and runs just fine when starting, but when I stop it (hitting the 'Back' or 'Home'buttons), I cannot…
-1
votes
1 answer

I want to popup if user come in gps range using android development?

I have a question related to the gps system in android. I want to have the following functionality in my android app: -Once the application is installed on the android device then it is always running in the background. -I have a gps enabled…
-1
votes
1 answer

Getting Specific Apps for gridview launcher

I am studying android launcher at the moment. I've succeeded in making the launcher with Gridview with sample code from the web. However, I don't want to show all the apps installed on the phone, just wanna show selected apps. Is there any way to do…
Jae Park
  • 621
  • 4
  • 13
  • 27
-1
votes
5 answers

Application is not launching with FATAL EXCEPTION

My application is crashing while launching with following error. 05-13 05:55:33.031: E/AndroidRuntime(1022): FATAL EXCEPTION: main 05-13 05:55:33.031: E/AndroidRuntime(1022): java.lang.RuntimeException: Unable to instantiate activity…
-1
votes
2 answers

how to start android phone with custom launcher

I want to create theme, for that i created one launcher app. So when i press "home" button it shows me to select which launcher to be launch. But I don't want that selection UI, When my app is installed it should launch automatically and sets it as…
Nirav Dangi
  • 3,607
  • 4
  • 49
  • 60
-1
votes
1 answer

how to implement a deep integrated APP in android, just like facebook launcher

Now a days, facebook release a laucher for android platform. That's extremely cool. And i wonder to know how they implements. In my opinions, some feature should be supported by system module, in the other word, facebook should make their own ROM to…
Sim Sun
  • 587
  • 1
  • 4
  • 28
-1
votes
1 answer

UI Block on creating imageview at runtime

I want to create 600 imageview at runtime and add it to linear layout at runtime.It cause block my user interface. My activity appear when all imageview created and added to linear layout. How to resolve this. Please help for this. …
Ajay S
  • 48,003
  • 27
  • 91
  • 111
-2
votes
1 answer

How to make a webpage with links to launch installed apps on android?

I want to limit which apps unauthorized users use on my phone... I want to create a simple webpage which will contain a list links to only the android apps that I want... Calculator
YourPalNurav
  • 1,204
  • 9
  • 40
-2
votes
2 answers

Android transparent launcher icon in Oreo

Android launcher icon with transparent background not working in Oreo. It shows a circle background. How can i remove this circle shaped background in Oreo Using Android Studio. In other versions, no problem. Any idea please help me Just open this…
1 2 3
46
47