application

How to select icon for a WPF to be the icon of the application?

I have set the icon to use for my application but my form still having the default icon on it. How can I select its icon to be the one set for the application? Please help ...

Best and Easiest RIA RAD tool?

Can anyone share with me what they think is the best and easiest to learn rapid application development for building Rich Internet Applications? Preferably free but if the one you're suggesting is worth it, I might consider purchasing it if it's that easy to use. Thank you to those who'd answer! ...

Adobe Flash CS5 for iPhone game development?

Since Apple loosened their terms again, is it posible to develop a game in FLash CS5 and publish it on the Apple App Store? Are there actually any real apps / games on the App Store that were build on Flash? ...

Set current location listener for entire application in Android?

Hi, I know that we can get the current location of Android device using getLastKnownLocation and by registering a listener in requestForUpdates method. But, this method works for an Activity which I think means that the updates will be sent to that particular activity only. I want to receive the location update in any activity. It sho...

Scanning iphone applications

Hello Do you think it is possible to identify all existing applications on a non jailbroken iphone? NSProcessInfo seems to be for my own application. Is the environment protected ? Thanks ...

Sharing Data Between Apps on an iDevice

Is it possible to share on-disk data between iOS applications, or are they truly sandboxed? In other words if I wanted to make a shared repository of data to be accessed (and/or modified) by one or more of my apps, could it be done? One of the listings on the iOS features page is "Share Data Among Apps", but is this what I'm looking for...

Tutorial/Guide to create a classic, small Linux application in a package (Debian)

I've made a small script in my machine, and an alias in .bashrc that calls it. It's a bash script with 3 lines, but it can grow. Now, some people in my team found it useful, and want to use it. Instead of saying "copy this alias, do this, do that, install that lib" I was thinking about creating a simple package to be a little more prof...

Is it possible to detect external applications' window movements on desktop?

Background: In Windows 7 it is possible to maximize and "semi-maximize" application windows by dragging them to the top/top-left/top-right corner of the screen (the latter two will make your application windows fill the screen vertically, but only fill half the screen horizontally, allowing for another application to be "semi-maximized"...

C++ and QT Creator

Where can I find some tutorial for creating QT applications (with C++)? How should I start? ...

What's the best way to connect iPhone app (iOS SDK) to php/MySql backend

Hey guys, New to iPhone dev here. Just wondering what's the best way to connect an iPhone app frontend (based on Cocoa) to a php/MySql based backend? The iPhone application will frequently access and change data stored on our server. Many thanks ...

How to know that my application is running in Background or Foreground?

I am making Windows Mobile 6.5 Application using C sharp. In the application, I am opening the default browser in a case. When I open the browser, the application is still runing in background. But I wish that the application is not runing and when the user returns to the application, the application is runing again. So, I should know...

Trashed properties in Application Delegate.

I'm in deep trouble. Something in my app causes a lot of properties in my app delegate to become trashed (changing contents and even object type, say an NSArray becomes an NSString...), and I can't debug it out. I can find no memory leaks or errors on my part. The only thing I've found is that all the way to ViewDidAppear for the view of...

Need help programming Facebook application!!

Now i tried thousands of codes, to get my visitors to see a "authentication sign" where i can get access to their walls. but i can't get that to be visible!! everytime i try taking my application from iframe to FBML it says: "The application you are trying to access does not exist or has been disabled." Can you even get them to authentic...

php loan application design help needed

I find one of my weaknesses to be applying the theory I know in actual projects. One such theory is application design. I have never formally designed an application before beggining to code. I am developing a simple microfinance loan application for a client and I for once want to do things properly. Hence I am trying to design the syst...

Problem in Running Java Application in Non JDK/ Non JRE installed system

Hi All, I am working in a java application. It is desktop application for Windows Operating System. I am creating a installer for my application. My application works fine for the system where jdk is insalled. I also want to run my application where jdk/jre is not present. For this i am providing jre1.7 along with the installer. I am u...

Android application checklist prior to distribution ....

Hi I have just finished debugging my first application and want to publish it. I would like to know if you have a checklist that you use prior to distribution. For instance I have lots of Log.d() commands, must I remove them? I have rotated my screens as much as possible to cause stop/restart failures. These are the types of test I ...