Questions tagged [launching]

65 questions
-1
votes
2 answers

How to launch python script for other people to run it on their machines?

I made a game that runs in your terminal using Python and curses. Now I want to launch it so that when people visit the repository on GitHub they can download it and play it on their own machine. I have a Dockerfile but I don't really know if it is…
Phil
  • 321
  • 1
  • 17
-1
votes
1 answer

Using CreateProcess to run a game executable

I'm making a custom UI at the moment so I'm trying to launch a game from within my C++ application using CreateProcess. Here is my code so far PROCESS_INFORMATION Processinfo; STARTUPINFO StartupInfo; ZeroMemory(&StartupInfo,…
-1
votes
2 answers

launching apps (using google apis) in android device directly from eclipse

My android app is using MapView and hence using the google api's. Problem is that for testing my app I have to export apk file with my keystore , install the app in device and then run it for checking the output and it consumes a lot of time. Is…
-2
votes
2 answers

How to open a specified activity inside my android application through voice command( google assistant) using android

I have three activities in my app and the initial activity is LauncherActivity,this is the starter class. I would like to launch an activity (named MainFormActivity) in my app using voice command. i.e, Google assistant. Could anyone help me to…
varsha jeevan
  • 49
  • 1
  • 11
-2
votes
1 answer

Open application:url:sourceApplication:annotation: at launch iOS app

I want to launch or open an specific screen of my iOS app when is launching, for example using DeepLink when I click on the link in mail, if the app is running all goes OK and my app go to my desire screen, but when I try to click when app is not…
1 2 3 4
5