Hi All,
I have listed my app in the device setting app.Now I can change my app settings through the device app settings app.
Now what I am trying to do is the reverse.
I am trying to make a app so that it can itself change its preferences in the device settings app if I change the preferences of my app from within the app.
Any ideas Fri...
I downloaded & installed the latest JDK & Java ME SDK. Both seemed to install fine.
However, when I try to run the SDK, when the progress bar at the splash screen gets to "starting modules..." it hangs for a while, and then starts to pop exceptions of the form:
java.net.ConnectException: Connection refused: connect
at java.net.Plai...
In creating an iPhone app, is it possible to generate a popup alert on the iphone (similar to a Push notification) when the app has been closed. A simple example would be to have an app that can set a reminder at 5:00PM January 5th, 2010. The app can be closed and the reminder will popup at that time. I don't think this is possible bu...
Hi
I want to know if we can select maybe first and last work items out of a list of work items associated with a particular changeset.. or even select few changesets associated with a particular build.. won't that result in a straight error as the changesets are all directly dependent on each other?
How can we make the build pass with...
Are there any frameworks out there which make it even more easy than it is to build Android applications and would you be interested in one?
...
I'm developing on the current 3.1 SDK, but I'd like my app to support all versions of the iPhone 2.2.1 onwards. I don't have a copy of the older SDKs around anymore and I can't find them on Apple's site. (We've always been at war with Eastasia.) Is there still a way to get it from the iPhone Dev Center?
...
Hi!
I want to implement my own way of autorotating the interface:
Code:
// Override to allow orientations other than the default portrait orientation.
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
NSLog(@"should!");
[UIView beginAnimations:nil context:NULL];
[UIView setAnimationDuratio...
I'm trying to do the iphone sdk workaround for my Tiger Mac OSX and it seems that step one is just to install whatevr can be installed...well I can't even select my harddrive for destination because it's not Mac OS X 10.5 Any thoughts on why I can't even do this first step?
...
I was excited to find out that Adobe released the data visualization for free so I can use the fancy charts and all with my projects even though I don't have Flex Builder Professional. So I installed the new 3.4 sdk along with the data visualizations. Most all of my projects did fine except for one. This particular project uses localizat...
Hello I have recently uploaded an application to the app store and it got approved. The issue is the application has been compiled using the 3.1 sdk, and thus is not working on 3.0 devices. Would there be any problems if i resubmitted the application compiled using the 3.0 sdk? (I want to support 3.0 because a lot of people still have no...
I'm currently using the below code in one of my applications.
It works great on a device running 3.0 but now always returns an Album count of 0 for each Playlist if the device is 3.1.
Please let me know if I'm doing this incorrectly. I'm basically try to loop through the Playlists and count the number of Albums and Tracks for each one ...
Hello,
I would like to have a nested animation for my view.
I have one animation stop selector which gets called just fine:
[UIView setAnimationDidStopSelector:@selector(growAnimationDidStop1:finished:context:)];
However INSIDE of this selector I want to do more animation and when done yet another selector to be called:
(void)growAni...
Anybody know if there's a way to access iTunes from an iphone native program? Is there an sdk for that? i.e. - is there a way I can write a native iphone program and put in a 'buy' button that will bring up iTunes and go to some artist's song? Or better yet, just buy it right away?
...
On various mobile phone developer sites like Nokia, Sony Ericsson, Motorola etc...
I found Java ME development SDK's for mobile phones but only installable on Windows OS... I have a Ubuntu OS (Jaunty Jackelope) at home and was wondering if Mobile SDK's Linux installable versions are available?..
I have the NetBeans IDE installed on ...
Simply, I would like to have an iPhone app that logs in to a web server with inputted username and password values and then maintains this login, so that the user can POST data to the server.
Is this just an issue of using cookies? If so, how do you perform a check to verify the user is logged in?
Thanks.
...
Hi,
I am sure this is very simple, yet I am stuck...
I have created an application and added UITabViewController (dragged in from the library in Interface Builder. My application has 3 different views, clicking on appropriate tab brings the different view. So far so good.
I want to convert one of the views to be a UINavigationControlle...
Hi,
I've disabled auto-correction type for my text field,
and it does not show any other auto-correction,
but it still automatically creates a dot (.) when I press space key twice.
For example,
if I write "test" and press space key twice,
it automatically changes into "test. "
Anyone knows how to disable this feature?
Thanks a lot.
...
I have a simple app which has a bunch of icons which should be dragged into a circle.
Both the icons and circle will be PNGs with alpha channels.
Could someone please help me with basic code to set the bounds of these objects to the non-alpha channel data?
...
Hi,
I am running release version of the app on the iPhone, it works fine. There is no error messages in the XCode debugger:
Running…
Switching to thread 11779
Switching to thread 11779
sharedlibrary apply-load-rules all
(gdb) continue
Switching to thread 12291
Switching to thread 11779
Switching to thread 13059
Debugger stopped.
Progr...
Does anybody know of an API/SDK or IFilter in .NET that can read the subject ('title' metadata) and text from the following files:
.PDF
.DOC
.XLS
.PPT
.CSV
.TXT
.DOCX
.XLS
.PPTX
+ the OpenOffice and Open Document standards.
Open source would be awesome... but commercial is OK too.
I can't find anything anywhere!
...