An application is a software program designed to help the user to perform singular or multiple related specific tasks. Example applications include enterprise software, accounting software, office suites, graphics software and media players.

learn more… | top users | synonyms (2)

34
votes
8answers
40k views

How to get a list of installed android applications and pick one to run

I asked a similar question to this earlier this week but I'm still not understanding how to get a list of all installed applications and then pick one to run. I've tried: Intent intent = new ...
27
votes
17answers
79k views

Close application?

I've two different activities. The first launches the second one. In the second activity I call System.exit(0) in order to force the application to close but the first activity is automatically ...
13
votes
4answers
13k views

Install Application programmatically on Android

I`m interesting is it possible to install dynamically downloaded apk from custom android application programmatically.
22
votes
3answers
13k views

Android Launch an application from another application

I want to launch an installed package from my Android application. I assume that it is possible using intents, but I didn't find a way of doing it. Does anyone have a link, where to find the ...
24
votes
7answers
23k views

How to install Android Market App on the emulator?

I am not able to access android market through emulator.
22
votes
23answers
8k views

Business Logic: Database or Application Layer

The age old question. Where should you put your business logic, in the database as stored procedures ( or packages ), or in the application/middle tier? And more importantly, Why? Assume database ...
4
votes
4answers
6k views

How to change font face of Webview in Android?

I want change the default font of webview to a custom font. I'm using webview in developing an bilingual browser app for Android. I tried getting an instance of custom typeface by placing my custom ...
18
votes
5answers
9k views

Using the Android Application class to persist data

I'm working on a fairly complex Android application that requires a somewhat large amount of data about the application (I'd say a total of about 500KB -- is this large for a mobile device?). From ...
8
votes
6answers
4k views

Android, Detect when other apps are launched

Hi I'm trying to develop an app that prevents a user from getting to a specified app without a password. The scenario is... user clicks on "Email" app (for example) my app detects launch of an app ...
20
votes
7answers
2k views

How can I use the paid version of my app as a “key” to the free version?

Let's say for example that I have some Android app that does X. The free version has ads or basic features. I want to have a paid version that removes the ads and adds extra features. How can I use ...
44
votes
17answers
32k views

Get the application's path

I've recently searched how I could get the application's directory in Java. I've finally found the answer but I've needed surprisingly long because searching for such a generic term isn't easy. I ...
8
votes
4answers
9k views

QR Code library for iphone [closed]

Possible Duplicate: QR code reader for iPhone am developing an application for iphone to read & create QR Code. is there any common library available in open source ?
11
votes
6answers
11k views

launch sms application with an intent

hey! I have a question about an intent... I try to launch the sms app... Intent intent = new Intent(Intent.ACTION_MAIN); intent.setType("vnd.android-dir/mms-sms"); int flags = ...
14
votes
7answers
11k views

Close a WP7 application programatically? [closed]

Possible Duplicate: Windows Phone 7 close application How do I programatically close a WP7 application?
4
votes
3answers
6k views

Upload photo to arbitrary FTP with iPhone app

I'd like to upload a photo from my iphone to an arbitrary ftp. How can I do this with Cocoa / Xcode ? Thanks!
15
votes
22answers
6k views

GUI Programming APIs

Alright, this is a rather odd question that doesn't have one true answer: What is the * Best || Easiest to Use || Most Powerful || Cleanest * GUI API or library (tk, SWING, Qt, etc.) you have ...
8
votes
1answer
2k views

how to implement application tests in xcode4?

I'm trying to add some Tests for my application. Following the Document from Apple, I add two testing bundles to my project. The logic tests are no problem, but when I try to make the application ...
4
votes
4answers
2k views

Is there a way to downgrade from iOS 5.1 to iOS 5.0? [closed]

I accidentally upgraded my iPhone 4 on 5.1 and now I can't test on Xcode 4.2 on my snow leopard. I don't want to upgrade to lion to download xcode 4.3 because I heart many people that said it slowed ...
3
votes
6answers
7k views

Android: How to kill an application with all its activities?

I want to offer the user an option to exit the application as I need to delete some sensitive data, which is stored in the SharedPreferences as long as the application needs it. As soon as the user ...
1
vote
1answer
106 views

How to develop a remote access tool for BlackBerry

I need to develop a remote access too so that our support staff can take control of users' devices and fix problems. I'm not sure where to start. Can anyone please point me in the right direction?
0
votes
1answer
297 views

Cross Platform Apps

I am not much clear with the "Cross Platform Apps." Can we really built up some apps which can run on iPhone/iPad , Android Phones/Tabs , Blackberry , Nokia (Any platform or more than one platform at ...
29
votes
2answers
11k views

How to create a Menubar application for Mac

EDIT: This is a nice ready-made menubar application here (github source) by this answer. I was wondering how to make a menubar application, what are the requirements for that to do so? I saw a ...
32
votes
4answers
19k views

launch safari from iphone app

This might be a rather obvious question, but can you launch the Safari browser from an iphone app? all the best.
15
votes
7answers
3k views

F# “real world” apps?

I'm starting to learn f#, and I really like it: now I wonder if "out there" someone has written any "real world" app in this wonderful language. Do you know of, or have developed anything of this ...
3
votes
3answers
4k views

iphone app send email

I know how to send an email within my app by launching the Mail app then returning to my app... but I would like to my app to be able to send email without opening the mail app. For exemple i'd have a ...
6
votes
11answers
7k views

Multi line search and replace tool

I am looking for a tool to replace multiple lines through out a project. For example: #include "../DiscreteIO/Discrete.h" #include "../PCI/pci.h" #include "../Arinc429/ARINC429.h" with #include ...
5
votes
10answers
2k views

Detect when users take screenshots of my program

I'm writing a Windows application. How can I tell when a screenshot is being taken of it? I read about how to detect the hotkey being pressed, but I'm more worried about the case where every 100 ms or ...
12
votes
8answers
6k views

Iphone SDK Utility Application template has leak

i'm only create an project with a Utility Application template. This template has a native memory leak when i push "info button" to flip the view. Anyone know how can i fix this leak ??? I just make ...
7
votes
1answer
1k views

How to get all the user IDs of people who are using your Facebook application

Is there a way to get the user IDs of all the people who are using your Facebook application?
4
votes
3answers
953 views

an EAR (Java EE) application which listen to a socket request

I want to build a Java EE application (EAR) which not only provides web service(WAR) or direct JMS request (EJB), but I would like to also accept the socket request (e.g. UDP packet). I have tried ...
1
vote
1answer
2k views

How to add tab application to a page with the “new auth dialog”

I created an app today, as i've done several times before. But when i wanted to add the app to a a page i couldn't find the link "view this apps profile page", which I normally use to add the app to ...
2
votes
5answers
930 views

How to create an exe file in java

Hi I want to create an exe file for my java app. I tried with some third party softwares JEXECreator, successfully created the exe file and its working fine in my system, when I tried with another ...
0
votes
0answers
76 views

Choosing a CMS for a web application

I'm about to start development on the front end of a web application that I'm creating. However, I'm trying to find a suitable CMS for my needs (or developing a custom one if necessary). Basically, ...
1
vote
5answers
1k views

iphone app run on background?

is it any possibilities iphone app run on background, because my task is to retrieve wifi info and send it to the server about ssid & rssi, how this can be done, thanks
0
votes
0answers
543 views

How do I request Facebook login/authorization upon application (Page Tab) installation?

I have an app that's installed as a Tab in a Facebook Page. Installation is straight forward, but unfortunately does not prompt the installer (i.e. the page admin) for authorization (ex. for "email, ...
0
votes
1answer
1k views

How to launch an application from the browser in BlackBerry

How do I launch the installed application on a device from the BlackBerry browser? My application details: Without login credentials the user cannot have further access to the application, so on ...
39
votes
21answers
4k views

What makes an application an “enterprise” or “enterprise-level” application?

Is it just a buzzword that means nothing or is there a definition of what makes an application (desktop or web) an enterprise application?
39
votes
4answers
4k views

How to detect when application terminates?

This is a follow up to my initial question and I would like to present my findings and ask for corrections, ideas and insights. My findings (or rather interpretations) come from people's answers to my ...
10
votes
12answers
3k views

What options are there for serverless databases? [closed]

I'm familiar with SQLite and Derby. I used SQLLite in a Ruby project before and I looked at Derby for a personal Java project that went nowhere. Both of these were 2+ years ago, and I'm sure much has ...
51
votes
15answers
10k views

D Programming Language in the real world?

Is anyone out there using D for real world applications? If so, what are you using it for? I can't seem to find anything big on the web written in D. Despite the lack of known big users, D seems like ...
12
votes
4answers
34k views

How do you add a timer to a C# console application

Just this - How do you add a timer to a C# console application? It would be great if you could supply some example coding.
2
votes
1answer
4k views

How to programatically limit bandwidth usage of my c# windows forms application

I've got a backup application here which connects to various webservices and downloads/uploads files from ftp or http servers. What is the easiest way to limit the bandwidth usage of my application? ...
1
vote
9answers
2k views

Postgres or MySQL For Web Applications?

Duplicate: MySQL vs PostgreSQL for Web Applications Do you recommend PostgreSQL over MySQL? How different is PostgreSQL to MySQL? I've been toying with PostgreSQL for about a week, and, while I ...
4
votes
2answers
2k views

iPhone app rejection for using ICU (Unicode extensions)

I received the following mail form Apple, considering my application: *Thank you for submitting your update to Νομοθεσία to the App Store. During our review of your application we found it is ...
5
votes
3answers
5k views

Android Dialer application

I am figuring out a way to replace the default dialer app from my custom dialer app but I am not getting how to achieve this. Here is what I want Create a custom dialer UI My app is called whenever ...
4
votes
6answers
2k views

launch an app from a link in an sms

hey all, i have a very strange requirement... i need to launch my app from let's say, a hyperlink that is received in an sms. can this be done somehow? i mean, the person who receives the sms simply ...
2
votes
1answer
618 views

Saving Application state

As a follow on from my question on sharing state between Activities, how can I save the instance state of my Application? Since Application does not extend Activity, there is no onSaveInstanceState ...
2
votes
2answers
384 views

upgrading iPhone application via iTunes

I want to upload a new beta version of my iPhone application for beta testers group. Users save their data in the Documents folder. What do i need to do in order for users to upgrade their application ...
1
vote
1answer
210 views

PTT iPhone apps .. How it works?

Here's an example of PTT app http://is.gd/NyDUH5 .. i just wondered how it works ? is there any kind of Streaming Server behind this service . Thanx
0
votes
3answers
127 views

Mobile Application technologies information

I am new to mobile application technologies.... We are developing applications for iPhone/android/blackberry/windows mobile. I need any PPTs of any PDF books that explain our team about a General ...

1 2 3 4 5 26