Questions tagged [launcher]

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

Different desktop environments can have a variety of available launchers to aid users in starting applications in a general sense.

With regard to Android, Launcher is the name given to the part of the Android user interface that lets users customize the home screen (e.g. the phone's desktop), launch mobile apps, make phone calls, and perform other tasks on Android devices (devices that use the Android mobile operating system).

Source: Webopedia

For more information visit: AndroidTipguys

885 questions
16
votes
5 answers

Launching default android launcher programmatically

I'm looking for a way to launch the default android launcher programatically, something perhaps like the code below. Or do I have to add something to the manifest file? Thanks! Intent intent = new…
dosa
  • 635
  • 2
  • 6
  • 11
16
votes
4 answers

Create a Android launch icon for Website

I have a responsive website which can be accessed across multiple devices, our design and application is mainly targeted for mobile users. To ease access to the site, we want to create a launch icon which will apear on the mobile home screen and…
Anoop Halgeri
  • 662
  • 3
  • 8
  • 17
15
votes
6 answers

I want to launch WhatsApp application from my flutter application

I am using this dependency url_launcher: ^5.4.1 in my project to launch whatsapp through my flutter application but when i am pressing button to launch application it is not working but showing an error message on emulator that could not open the…
Moiz Khalil
  • 173
  • 1
  • 1
  • 8
15
votes
3 answers

Automatically prevent apps starting from the launcher

There are a class of Android applications that enable password protection on certain user-specified apps; for example, Android Protector. I need to approach this problem from a different direction. Is it possible to create an application that blocks…
WorkerThread
  • 2,195
  • 2
  • 19
  • 23
15
votes
2 answers

Open link using VLC on OSX

I've seen that applications like Steam, Spotify, and others, are able to launch native applications from inside Chrome, after the user allows the invocation in the pop up box. How can I do this from my own website, for VLC, or failing that, the…
Matt Joiner
  • 112,946
  • 110
  • 377
  • 526
14
votes
4 answers

Which launcher is running?

Usually there is one launcher on an Android device. But sometimes users install a few while only one of them is active. How can I check which launcher is currently active on my Android device? Thanks.
Ran
  • 4,117
  • 4
  • 44
  • 70
14
votes
1 answer

Android Badge number on launcher icon for all mobile manufacturer

I need a badge counter on my application launcher icon. I know the solution to get Badge counter inside the app, using TextView, But I need a solution to get the badge counter external to the app on the launcher icon. In iOS we get the badge number…
Sujay U N
  • 4,974
  • 11
  • 52
  • 88
14
votes
1 answer

Programmatically change launcher activity

Is there a way I can change the activity that is launched when the application is started?
user1613103
  • 175
  • 3
  • 9
13
votes
3 answers

Understanding custom android launcher

i want to learn custom android launcher,i donot know how to start,can you give me some advice,some blog link or other example and so on.
pengwang
  • 19,536
  • 34
  • 119
  • 168
13
votes
2 answers

Android app OOM (Out Of Memory) adjustment priorities for processes

I am developing an Android Launcher (Home screen replacement) application and running into the launcher getting killed in low-memory situations. This is obviously not great when the user returns home and has to wait. In my research, I've found that…
dubchoi
  • 197
  • 1
  • 2
  • 7
12
votes
2 answers

Set google as search bar in home screen Custom launcher programmatically

I am creating 'my own launcher. In that case I want to putQuick search bar` in my home screen i.e. Google now launcher. How can I do that. I have gone through multiple threads but not found any relevant answer. I don't want to show the widget…
rupesh
  • 2,865
  • 4
  • 24
  • 50
12
votes
4 answers

How to change the Java application name shown in the Mac OS X launchpad

When my application written in Java with SWT runs under OS X, both from under Eclipse and from jar, its name in the launchpad reads "java", like shown in the picture. In the beginning of my code I call Display.setAppName("MyApp"), and the name of…
m. vokhm
  • 669
  • 1
  • 6
  • 24
11
votes
3 answers

Install launcher icon in home screen once

When a user installs an Android app, a launcher icon is created in the apps menu. Many users I talk to expect that when they install an app, an icon should appear automatically on their home screen ("launch pad"). A lot of apps achieve this…
Wytze
  • 7,844
  • 8
  • 49
  • 62
11
votes
2 answers

Set Environment Variable At Eclipse workspace level for all launchers?

Can I set a workspace wide setting to add an environment variable to all future launchers created in the workspace? Use Case Our unit tests require an environment variable to guide the test to certain resources. the variable varies with each…
Peter Kahn
  • 12,364
  • 20
  • 77
  • 135
11
votes
1 answer

Detecting android Activity launches

I have searched the stackoverflow for this question and found : Android, Detect when other apps are launched and Reliable way to detect application launch from home / desktop? , which kind of answers my question but it's still not enough. What I…
Tiago Costa
  • 971
  • 8
  • 10
1 2
3
58 59