Questions tagged [launching-application]

285 questions
0
votes
1 answer

Android Messaging, Email app behavior when starting app from a link

I am working on the capability of starting an app via an SMS link or an email. It is all working fine. Custom links don't parse on Android phones, but that is another story. My http style link works great. But the issue is the behavior of apps…
fbs419
  • 51
  • 5
0
votes
1 answer

trying to launch wpf application from visual studio setup project custom action. Error 1001: Assembly.GetEntryAssembly() returns null

I am preparing a setup project for my application. i need to construct database connection string and then run the script file based on the connection string and update the application config files as well. i have this WPF Sql Connection User…
0
votes
1 answer

Error in Launching application with different DB profile defined in the spring config server into client spring boot project

I am trying to develop a microservice and deployment for two different regions. Two different region using two different database. So for using that, I created one spring cloud config server and defined database property for two different…
Mr.DevEng
  • 2,651
  • 14
  • 57
  • 115
0
votes
2 answers

React Native - Open Old Version Project (up to 0.48v)

I learning React-Native with Windows 10, Using Git Bash Command Prompt and Android Studio Emulator. I have Install React Native globally by using npm install -g react-native-cli, I always create Project using react-native init ProjectName and My…
I am a Student
  • 1,570
  • 4
  • 21
  • 36
0
votes
1 answer

Issues Launching an E4 RCP exe with Args from another Java application - WindowsOS

I'm launching an E4 Application installed as someProgram.exe from within another E4 Application using Runtime.getRuntime().exec("someProgram.exe_path"); This does in fact launch the someProgram.exe but when a user starts any interaction in the…
Marv
  • 77
  • 9
0
votes
0 answers

Bash file rename via Launch Control

I've inherited some shell scripts that trigger via Launch Control for OSX. I'm trying to add a script of my own that - whenever a folder is added to a specific directory - will rename the files inside those folders based on specific criteria. As…
James Trory
  • 121
  • 1
  • 2
  • 7
0
votes
1 answer

Turn Off/Lock Screen - Without Launching the Activity - Android

I am developing a simple screen lock application. I want that when I click on the app icon the screen gets locked and turns off. And am also able to do that, BUT before locking the screen the main activity gets launched (Set to Theme.NoDisplay)…
kanudo
  • 2,119
  • 1
  • 17
  • 33
0
votes
0 answers

How to start activity through my app in another app?

I am very new to writing android app, I am trying to start specific activity from an other app (App B)through my app (App A). I know how to launch the App B but I need App B do some specific task with a click of button without showing the launching…
0
votes
1 answer

How to determine whether macOS app was started because it needs to handle URL

I have macOS application which registers for custom scheme URL (in Info.plist) and I have a code NSAppleEventManager.shared().setEventHandler(self, andSelector: #selector(self.handleGetURL(event:reply:)), forEventClass:…
Victor Ronin
  • 22,758
  • 18
  • 92
  • 184
0
votes
3 answers

How can we make an Activity appear by default at launch?

I made an app with navigation drawer whose default activity at startup is HomeActivity. I want it to the UserActivity to start by default at launch. I tried doing it with AndroidManifest.xml but it didn't work. Can u tell me another way of doing it…
0
votes
0 answers

Clicking on an URL to launch local application with parameters with Java

I've got a webapp which displays articles and pictures which will be printed in newspapers. The webapp is just displaying a list of articles with their pictures thumbnails. Clicking on the articles or thumbnails permits to launch InDesign and edit…
Lovegiver
  • 413
  • 6
  • 22
0
votes
1 answer

"Open With" menu for remote files

I'm getting troubles getting the applications associated with a remote file how has a URL like: "http://servername/folder/file.png". The code I use is: ... NSURL *url = [NSURL fileURLWithPath:@"http://servername/folder/file.png"]; NSArray *apps =…
Bruno Berisso
  • 1,091
  • 11
  • 33
0
votes
0 answers

App click to splash screen taking 3 seconds. Need to reduce time

In my project i found, From App Icon click to Splash Screen is taking time upto 3 seconds. (Before going to didFinishLaunchingWithOptions).So i create an empty project without single piece of code written from my side. Then i tested the same…
user4601102
0
votes
2 answers

My iOS app every now and then refuses to launch until I reinstall it

I've got an app that uses Core Data that sporadically stops launching so I have to reinstall it using XCode and then it launches again like normal for a while, with all the Core Data information still preserved. I have seen that an app often stops…
silversam
  • 124
  • 1
  • 5
0
votes
3 answers

Hide application icon after installation

I am developing an application in which the requirement is hide app icon after installation.Means app icon will never display any where in home screen. I will launch app by using shortcode. Below code for hiding app ico. ComponentName…
Android dev
  • 273
  • 2
  • 5
  • 23