An application is a software program designed to help the user to perform singular or multiple related specific tasks.

learn more… | top users | synonyms (2)

0
votes
1answer
5 views

How do I get CodeIgniter sessions to work accross multiple applications?

I use two different applications in my CI installation. The first is called "admin"... obviously an admin panel. The second is "frontend" where everything else is. I use the same database for each ...
0
votes
0answers
14 views

GAE servlet init http error 500 java.lang.NoClassDefFoundError

this looks like a simple problem, I'm just not familiar with GAE and new to java servlets so I'm not sure where the problem lies. Some suggestions on what to check would be helpful. I'm getting the ...
-5
votes
1answer
35 views

Quiz app tutorial/source code (very specific needs) on Xcode [closed]

I need to make a quiz app that has 100+ questions, point counter, a next button and back button to navigate questions, can save progress (not a must-have, but nice), and the ability to add questions ...
0
votes
1answer
10 views

Application Error deploying on Heroku

I deployed a basic app shell on Heroku, but it is giving me this error. Application Error An error occurred in the application and your page could not be served. Please try again in a few moments. ...
0
votes
1answer
19 views

I'm having trouble getting my beta ready android app out in Google play

So I've went through all the steps to upload my .apk to the Google dev console, and I've added my Google group for the list of people that will be testing it. Then it asked me to publish my app so I ...
1
vote
2answers
14 views

URL navigation bar in iOS webview

I created a simple webview that loads a pre-defined website in iOS app. NSURL *url =[NSURL URLWithString:@"http://jihadkawas.com"]; NSURLRequest *req = [NSURLRequest requestWithURL:url]; [Webview ...
1
vote
0answers
15 views

Facebook logout after posting iOS- Kiosk App

I have a kiosk app. I need users to login to post on facebook and immediately after posting force the facebook account to expire or logout. In my understanding, I though couldn´t use the Facebook ...
0
votes
1answer
12 views

Xcode app loading xml list

I have app that needs to load data from xml list. I would like to know how to: If there is no internet connection how to close app (with message: for example "Unable to load your data, Please ...
0
votes
2answers
12 views

Access the Application object inside a Window class in WPF?

Can we access the current System.Windows.Application object inside a Window class in WPF ?
0
votes
3answers
12 views

Good and produtive applications for GUI design?

I need to develop a set of screens for a web application. I'm a bit rookie on the matter, however whenever I needed to do so, I used Photoshop. Are there any more suited, productive, speedier and ...
0
votes
3answers
70 views

Android , How to close the application

I am new to android. I am making an application. I have created an exit button in every activity for exiting my application, but I do not know how to kill my application when using the exit button. I ...
-2
votes
1answer
48 views

use x86 dll in x64 application C#

I have an sdk. it is written in C++ for x86 And I need to use this dll in an x64 application! I use this dll in the x86 app and all was good! But the x86 app in windows can use only 1.4 Gb. It is too ...
-2
votes
1answer
39 views

After learning to code [closed]

After learning how to code or taking classes on various languages such as python, java, or c++, what's the best way to learn how to write applications and/or are there resources for learning how to ...
0
votes
1answer
25 views

Q: Links to open apps in iOS

I want to open apps using a link. So when you tap a link in safari, you open an app I had already found these links: Message --- sms: Maps --- maps:// App Store --- itms-apps:// iTunes --- ...
1
vote
1answer
31 views

UIMangedDocument Context is nil

I'm trying to learn how to use Core Data and UIManagedDocuments. First I create/open the document: NSURL *url = [[[NSFileManager defaultManager] URLsForDirectory:NSDocumentDirectory ...

1 2 3 4 5 715
15 30 50 per page