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.

653 questions
-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
  • 327
  • 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
  • 531
  • 3
  • 11
  • 23
-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,517
  • 4
  • 47
  • 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
  • 527
  • 3
  • 26
-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
  • 45,716
  • 27
  • 84
  • 103
-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…
-2
votes
4 answers

Cannot change launcher icon android

I am trying to change launcher icon for the application I am developing but the icon remains same (Android Studio 3.0). I have tried changing it from manifest.xml and minimap. It appears to be picking up icon from two XML files named as…
-2
votes
1 answer

In Android how can i create a folder in system launcher and put apps in it?

I am creating an app that requires creating a folder in launcher . I tried to make it but it didn't work .In Android how can i create a folder in system launcher and put apps in it ?
guobao
  • 11
  • 2
-2
votes
1 answer

Launch android app after start and block other apps

I'm facing the following problem. I want to make an android device to run only my application. All other apps and phone feautes should not be available to a user. The reason why I want to achieve this is simple: I want to destribute devices with…
szakal
  • 87
  • 1
  • 1
  • 6
-2
votes
2 answers

Launch Android Application in Mobile when launcher is corrupted

Launcher application is manually deleted from the phone. Phone is in working condition. Able to list down the background tasks. Lock/Unlock screen and notification bars are working. Is there any way to launch an application without launcher in…
thangamanikasi
  • 835
  • 6
  • 19
-2
votes
1 answer

Hide application icon from launcher

I have an android application. I want to hide app icon from launcher screen & make it visible again after dialing some no i.e "1234" . Any helpful code snippet will be appreciated.
user3169552
  • 107
  • 1
  • 5
  • 11
1 2 3
43
44