The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
15 views

Iphone Application crashing when running in iphone 4 with os 6.1.3

Devastating to hear from a user possessing iphone 4 with os version 6.1.3 is unable to run my application downloaded from app store i.e. it is crashing when launched.I have done rounds of testing ...
0
votes
0answers
26 views

Issue when launching phonegap webapp on android

I am facing a problem with the application launch behaviour ocurring on on multiple android devices. android 4.0.1 and upwards phonegap plugin cordova 1.7.0 when I launch the app from play store ...
0
votes
0answers
27 views

cocos2d-x become black when did finish launching

I have write a game program by cocos2d-x, but when the game has launched, the screen would become black, then displayed the program background picture. The time is very short, just like a black blink. ...
1
vote
1answer
55 views

Music Player Force Close

Ive been following a tutorial to create a music player: http://www.androidhive.info/2012/03/android-building-audio-player-tutorial/ I followed this tutorial to every detail and have cross checked my ...
0
votes
2answers
18 views

how to prevent the process launching if it was launched before?

I have application that has a several process, including the authentication process. I need to prevent launching of authentication, if connection was established and authentication successfull. How ...
0
votes
2answers
54 views

Launch android app when a link is tapped on SMS

I don't know if many people have tried this but I am trying a build an app that requires user to tap on a link on the sms he/she receives and this will launch the android app. Is it possible to do in ...
1
vote
1answer
65 views

Specify monitor when opening file. (.bat)

The following .bat file below simply opens two text files overlaying them, but I'm wondering if it's possible to define a specific display source, or if anyone can assist in providing the correct ...
0
votes
0answers
17 views

what happens before didFinishLaunching as my iPad application is taking almost 7-8 seconds launching on ios 6.0.1

Launching application after booting iPad takes almost 7-8 seconds on ios 6.0.1 but it's running fine on ios5. It hangs somewhere before coming to didFinishLaunchingWithOptions:.I've no idea what's ...
0
votes
2answers
26 views

Why does my basic/tutorial android app crash?

I just want to create an app where when the user clicks on the launcher icon, it takes them to my website. I found example code to do this in stackoverflow, and it almost works. The code below does ...
1
vote
1answer
297 views

Android Play video through intent

I created my own media player application and install in a device. I created an other application which has a single button, As soon as i click on button. I should give an option in which player it ...
1
vote
6answers
96 views

How to change start Activity dynamically?

I am working on an android app. I want to change Start activity dynamically. i mean when user start app first time then start activity will different and when start second time start activity ...
0
votes
2answers
60 views

Know if MainApp is launched by HelperApp

I am really stuck here with a simple task, but still cannot get it working. I've managed to implement 'LaunchAtLogin' feature with the HelperApp as described in this article. But my application ...
0
votes
2answers
109 views

How to presentModalViewController in applicationDidFinishLaunching?

Here is my situation: I have a TaskListViewController(UITableView) which need Internet. So I used AFNetworking to do some login work(with demo account and password) before the TaskList is showed. Now ...
-1
votes
2answers
51 views

How to bring an application to front of another one which is currently running?

I Have an android application in which I handled the device Home button click.I made the application relaunched automatically when user clicks on Home button while my application is running using ...
1
vote
0answers
65 views

start my app from browser works only in chrome

I've written an app which is to be started from a browser via html link (company internal net, NOT internet). I've defined an intent-filter with an own URL scheme in AndroidManifest.xml and it works ...
0
votes
1answer
36 views

How to remove status bar while the 1st image launches

I want to know how remove the status bar when the first image is launching when I start the application. Thanks.
0
votes
0answers
52 views

iPad app crashes with exc_bad_access on start up after adding just one line of code

As the title says, I'm developing an app and it was working until now, when I add a new line of code, whatever that line was, a declaration a call to a method or even if a copy/paste a setframe line ...
2
votes
1answer
190 views

“Application windows are expected to have a root view controller at the end of application launch” message when root view is being set [duplicate]

I have the following code in my app delegate: - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { MBFeedViewController ...
2
votes
0answers
45 views

Can not launch android project from xml layout file in Eclipse

I've just updated Eclipse IDE for android to the newest version. In this version, when I press ctrl + f11 in layout file (or any xml file,however in activity file, it works as expected), nothing ...
1
vote
2answers
272 views

How to make an Android launcher icon

The first impression of an app is the launcher icon in the app store so it is something that should not be taken lightly. I have finally made it to the end of my first app but still need an icon. I ...
0
votes
0answers
55 views

Android : Error: Could not find or load main class com.sun.xml.stream.BufferManager

While launching my app from eclipse ADT i am getting this error . Error: Could not find or load main class com.sun.xml.stream.BufferManager. Everything was working properly. I have not changed any ...
0
votes
1answer
165 views

Running SWT APP under windows outside Eclipse

I am trying to build a package to run my SWT app outside eclipse. Under linux i've succefuly manage to run under bash. But when I try to run under windows I am getting the following error: ...
0
votes
0answers
48 views

eclipse application launch configuration

Is it possible to simulate a launch configuration to run it without the eclipse workbench, I mean not the plain file! Is there a way the to trigger "add required plugins" dynamically? I have some ...
1
vote
1answer
52 views

Xcode launches but does not run programs

I have a weird problem with launching and running a C program in XCode. I create a command-line C program (the program just prints "Hello, World!\n"). The program is complied with no problem. How it ...
1
vote
1answer
133 views

Problems running PhoneGap App on my Android mobile

I'm trying to test for first time my App on my mobile phone, I already did all the usb driver installation, allow non-market apps to install stuff... and now when I launch I get this error on Eclipse ...
4
votes
1answer
118 views

How to use the eclipse launch configuration string prompt for two values?

Prompting the user in the Eclipse external tool run configuration is simple enough: ${string_prompt:"Enter a string":"DefaultString"} However, is there a way for me to configure my run ...
2
votes
1answer
93 views

What are proper ways to count application launches?

Say, I'm developing a Windows (if OS is important) application that will be available to download for free and I would like then to collect some usage statistics. In the easiest case - count of ...
0
votes
0answers
153 views

Launch the app with Options or With Custom URL scheme after installing from iTunes

Is it possible to navigate user to specific screen of our app when he/she installs the app from a link to iTunes Store. let's suppose i shared a link of our app to some friend via email, if the app ...
0
votes
1answer
80 views

Is it possible to listen for when another application is being launched? [duplicate]

Possible Duplicate: Android, Detect when other apps are launched When stock calculator is being launched, I want for my application to be launched over top of it. Is this possible?
3
votes
2answers
50 views

Execute command with correctly escaped paths

See this superuser question. I need to run the command explorer.exe /select,"C:\Program Files\foobar" from Java. The following Java code does NOT work like the above command line call (the Explorer ...
2
votes
1answer
209 views

Launch Nokia HERE Maps iOS via API

Is there a documented API for launching Nokia's HERE Maps iOS app for turn-by-turn navigation ?
0
votes
1answer
335 views

Launch another app from wp7

I want to place a set of launchers to a series of apps in my application. Is there a way to launch another app from windows phone 7 when an icon is clicked? If this is not possible, is there a way to ...
-2
votes
4answers
200 views

Do all Web Applications need a browser? [closed]

DISCLAIMER: I am not sure if this question belongs here or not. Please feel free to notify otherwise. To begin with, most of the articles state that: Web Application is an application that is ...
1
vote
3answers
1k views

Launch Nokia Maps in Windows Phone 8

Problem I want to launch Nokia Maps inside Windows Phone 8 but I can't find the URI scheme which would allow me to do this. Nokia Maps doesn't seem to listen to their REST Api or url either. (While ...
0
votes
2answers
196 views

Open URLs in Google Chrome and resize windows

I've got a few monitoring sites set up for my mobile apps (e.g. crittercism) and I have an extra monitor set up for monitoring everything. I have a few Chrome windows sized down to just the values ...
2
votes
3answers
478 views

open iOS app from another app

I am trying to open my app MyApp from another app, I've already defined the custom url for MyApp (i.e. myapp://). if I write myapp:// in safari and click on go it will open MyApp. Now what I want is a ...
1
vote
2answers
117 views

launching another C# application

I have two C# applications (Windows Forms). Both developed by myself. I want one application to launch the other and open a form related to a parameter passed from first application. If second ...
2
votes
1answer
744 views

android app screen flashing at launch

Hi I have searched everywhere here and on Google, without getting a correct answer. So I post a new question: I have several Android Apps that were working perfectly with 1.6 up to 2.3... BUT now, ...
-2
votes
2answers
45 views

How can I launch a program from a Web Page?

I simply want to OPEN a program in my pc from a web page. For example, I am out and I take my smartphone, I go to the web page and then I click in a button and in my pc (at home, connected to ...
2
votes
2answers
72 views

searching unknown activity (java.lang.ClassNotFoundException)

help me to resolve this getting this exception java.lang.RuntimeException: Unable to instantiate application delhi.roshanara.margapp.MargApp: java.lang.ClassNotFoundException: ...
-1
votes
2answers
73 views

Launch one activity from another

i just want to know how can i detect if the user opens an app so an activity of mine launches as well. For example, the user opens the sms app and right after a kind of lockscreen appears.
8
votes
3answers
529 views

Launch custom app with URL by domain

Even though the YouTube app is now not a built-in app by Apple, it looks like when tapping a youtube link (in mail, for example), which starts with http://www.youtube.com, opens the YouTube app right ...
0
votes
1answer
54 views

iOS app crashes/hangs when launched manually but not otherwise

My app hangs at a certain point only when it is launched manually by tapping on the app icon on my device. It runs fine when Xcode launches it on my device and when Xcode launches it on the ...
0
votes
0answers
15 views

Code to launch an Android App from a widget [duplicate]

Possible Duplicate: Android Launch an application from another application I'm new to Android Development. I would like to launch an application created with AIR for Android from a widget. ...
2
votes
2answers
464 views

protocol handler

Requirement: We want to launch an external compare tool (like BeyondCompare or WinMerge) from a web page, through a button or link. The text file paths should be passed to the tool on its launch, so ...
0
votes
0answers
108 views

CSharp How to fire System Tray Icon click event of other application

I want to fire System tray icon click event of other application. I have a launcher application, from which I execute other applications. Right now applications will open when I click button to launch ...
1
vote
1answer
485 views

Start activity from apk file

I'm trying to start an activity from an external apk file. The apk file is a simple text display and I download it from an URL into a local mounted directory in /mnt/sdcard/. Everything works fine to ...
1
vote
1answer
75 views

Android: How to know if an app can be launched

Is there a way to tell if an app can be launched? I have the list of installed apps with "getPackageManager().getInstalledPackages(0)" call. Not all the items retrieved in this list can be launched. ...
0
votes
1answer
119 views

Open installed apps in iPhone device

Is it possible to open an iPhone app by just knowing app name like follows? [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"AppName://"]]; Or should i use some other way?
0
votes
0answers
221 views

How to detect when an app or activity starts in Android?

I would like to be able to detect the launch of another app/activity from my service. I was previously able to do this via inspection of logcat messages, specifically something like: ...

1 2 3