Questions tagged [app-launcher]

77 questions
11
votes
13 answers

Is QuickSilver dead?

After having read that QuickSilver was no longer supported by BlackTree and has since gone open source, I noticed more and more people switching to/suggesting other app launchers i.e. Buttler and LaunchBar. Is QuickSilver still relevant? Has anyone…
Mac
  • 2,693
  • 7
  • 36
  • 44
10
votes
0 answers

Check if app launcher has menu key/swipe up for app drawer OR apps on home by default

I was trying to create app shortcut at home. I did that quite well for most devices. with this private void setShortcutIcon() { if (ShortcutManagerCompat.isRequestPinShortcutSupported(this)) { if (Build.VERSION.SDK_INT >=…
7
votes
1 answer

Opening my app from a Reminder on IOS using objective C

I have created an app that creates a reminder, adds a alarm with a structured location, and sets the URL to be my app. My intention is that when the user sees this reminder on their phone and they click on it, it should open my app. But this…
TYY
  • 73
  • 7
4
votes
1 answer

browser automatically generate a launcher icon on home screen for web apps android

Is it possible to automatically generate a bookmark within the Android home screen using Javascript or a meta tag?
Mike
  • 331
  • 4
  • 13
4
votes
2 answers

Android App Launcher in ReactNative like Microsoft, Google Launcher

I am wondering if it is possible to develop an App Launcher application for Android. I am referring to the app launcher introduced by different vendors, i.e. Microsoft App Launcher, Google App Launcher, and many more... I could not find any library…
Nah
  • 1,690
  • 2
  • 26
  • 46
4
votes
3 answers

How can we restart service?

I am developing android application which has background running Service. When I swap out app from the "Recent app List", it will cause the application to shutdown and stop the service. (The following method has the code for the same.) …
Rohan Patel
  • 245
  • 2
  • 10
3
votes
1 answer

Launcher app icon on Amazon TV Stick

App launcher icon is wrongly displayed on Amazon TV Stick device on home scren. Image is correctly displayed in category Recent but in category Apps&Games instead to be rectangular it is shrinked to square as shown in image: https://ibb.co/bYGiym I…
3
votes
0 answers

Android Studio Apps Launcher missing but installed

I have read some other question about this problem and after trying,editing and inspecting my manifest , my Apps Launcher still doesnt appear here is my manifest :
3
votes
2 answers

GWT Launcher error because of huge classpath

I am trying to run an GWT application which (unfortunately) has a huge classpath, because if which the GWT launcher fails to load and I get the following error : CreateProcess error=87, The parameter is incorrect. Does somebody know a workaround…
sharath
  • 3,501
  • 9
  • 47
  • 72
3
votes
1 answer

How to open .txt and .docx and .xls document in windows phone 8

How do I open text document, .docx and .xls document in windows phone 8, I am saving file in isolated storage then trying to open using Launcher.FileAsync but do not getting the result. For more information, see my code below: string file =…
Nitesh Kothari
  • 890
  • 12
  • 27
3
votes
2 answers

What is "Python interpreter None"?

I just created my first application for Google App Engines, which is called "Hello World". It was the first lesson from Google App Engines How-to-get-started tutorial. I tested it on my computer (I am using Windows XP), and it was working just fine…
brilliant
  • 2,489
  • 8
  • 26
  • 28
2
votes
1 answer

How to open app widget picker on honeycomb/ics?

I have application with starting activity which shows app widgets that can be add to homescreen. When user clicks on that app widget, application should send intent to open list of widgets. But I can't find any intent for opening launcher with…
pjanecze
  • 3,145
  • 3
  • 21
  • 28
2
votes
2 answers

Error opening Apps like WhatsApp to share text: Flutter

I am trying to open apps like WhatsApp, Twitter and Facebook from inside my flutter app but I get a URL scheme error. Please help! The code I am using is child: ElevatedButton( onPressed: () async { …
ayush
  • 464
  • 5
  • 17
2
votes
2 answers

How to change the app launcher icon dynamically

I want to download the app launcher icon through an API and replace the existing icon with this new one, for both Android and IOS applications. I am using ionic-3 Cordova for development. Is this possible?
2
votes
1 answer

Multiple Instances of the same app are generated in stack

If there is an app has a login activity, and it launches by the icon click. this login activity can be launched by another intent too. the problem is when the activity is running, (launched by touching the app icon) and when it receives the…
1
2 3 4 5 6