Questions tagged [app-launcher]
77 questions
0
votes
1 answer
WinForms - Show notification count in app launcher Icon
In my WinForms application, I want to display the notifications count in the app launcher icon.
How can this be achieved ?

Tvd
- 4,463
- 18
- 79
- 125
0
votes
1 answer
mingw-w64 How to stop console from showing up when opening an external application
I'm trying to write an application to open another and self close, so I don't need the console when the external application opens
This is what I've tried so far:
system("cmd.exe /c application.exe"); //console shows, application opens, console…

shuji
- 7,369
- 7
- 34
- 49
0
votes
1 answer
no launcher activity found even when the code is alright (though i'm not sure)
I am now trying to develop a simple Android application with Eclipse and the ADK that is recommended. I am sure the development tools are very updated. However, when I try to write a simple Hello World application and run it in the emulator created,…

Man Ho Wu
- 9
- 2
0
votes
1 answer
Initiating a childViewController with a functioning "back" button. iOS
I want to launch a childViewController of my initialView when it is launched from sliding or pressing a push notification.
Right now, I can launch to the childView, but the functions do not work. One of the labels I've initiated in the .m file is…

user3178926
- 339
- 1
- 5
- 15
0
votes
1 answer
Can I launch another win8 app?
Is it possible, and if so how can you launch a windows 8.1 application that has been installed on the computer from another windows 8.1 application?
I have found that for windows phone 8 you can use the following:
IEnumerable apps =…

jack moseley
- 439
- 4
- 12
0
votes
0 answers
Is there a good way to have my war also executable as a jar
We have a project where we're creating a web-app deployed to JBoss. Maven, war packaging, etc. Now the client has a requirement that we include a command-line-interface for the app, saying a user should also be able to fire up a main method…

Phillip Atkinson
- 199
- 1
- 9
0
votes
0 answers
AppLuanches with flip Screen
I have app in which there is LoginView i am doing like this if user enter first time in app it will show him login screen it work fine but probelm is that when login screen commes before that with a blink of eye you see the main screen of splitView…

user2240329
- 97
- 2
- 11
0
votes
1 answer
Android: Get more icons (shortcuts) to activities in my package on the homescreen
I know I can create a widget that that can be placed on the homescreen, but is there a possibility that when the user installs the app, only my standard launcher icon will start a certain activity. But when the user chooses so (by clicking a button…

Diego
- 4,011
- 10
- 50
- 76
0
votes
1 answer
Save screen shot in IOS Simulator different to recommended size of launch image
I am using the 'save screen shot' feature of the IOS Simlator to create my launch images for the IPad. However, it is providing me with an image size of 768x1024 in portrait mode, but the recommended size is 768x1004. I get the same anomaly with the…

user1576163
- 21
- 3
0
votes
1 answer
Play Sound on click of Launcher Icon
I have a requirement where upon clicking the launcher icon of my app, it should read out the app name.
I know it's a kind of funny, but is that possible? any directions?

kittu
- 67
- 2
- 11
0
votes
3 answers
GEO-reminders launching app
I am thinking about an app which would use the GEO-reminders (those added in iOS5,Remind me at a Location when I leave/arrive ). But I need using this feature (in fact, only using the location) to get the current location and compare it with the…

Juan M.
- 146
- 1
- 9
-1
votes
2 answers
How to launch external opened app using custom URL scheme from Ionic App?
I want to launch opened app B externally from ionic app A using custom URL scheme.
Solutions Tried
Plugin In App Browser, is able to launch external app in the ionic app itself instead of launching the opened external app.
const target =…

Lily.T
- 123
- 3
- 14
-1
votes
1 answer
Windows IoT Core launcher with Navbar
I am working on a project with Windows 10 IoT Core and I have recently managed to launch an UWP app from another one by using Windows.ApplicationModel.Core.AppListEntry.LaunchAsync().
My test launcher is the one used in Microsoft's IoT Examples,…

Riccardo
- 3
- 3
-1
votes
1 answer
How to Start two activity with one Launcher icon?
I want to open two activity with the same icon by the some of my app preference. Can
any one tell me how to do that at runtime?

sachin
- 29
- 4
-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