I am att开发者_StackOverflowempting to create a singleton, which I finally got to build without errors.I\'m missing something, but not sure what.
I have a small application that displays a TabHost at launch. One of the TabHost tabs is an Activity which loads a web page inside a WebView with the following code:
I\'m right at the beginning of building an app (which doesn\'t even do anything yet, but display some buttons) and when I run开发者_运维知识库 it, I get the error message in logcat:
I\'m working on an iPad app, targeting iOS 3.2 (so everyone can run it), and when the user presses the Home button, the app gets an applicationWillTerminate: message and it sends usage data to a serve
maybe you can help me. What is wrong with this code: -(NSMutableArray *)returnItemsWithName:(NSString *)name{
I\'d like to apologize in advance, because this is not a very good question. I have a server application that runs as a service on a dedicated Windows server. Very randomly, this application crashes
I am creating a website and it doesn\'t work in some IE\'s, it actually crashes. The problem is that it works fine on my computer.
I have an app here that could be boiled down to uiscrollviews with images that you can flick through. I\'m experiencing something really strange here though.
I developed one application, recently I launched it in the apple store. When I download the application from the itunes and launch it, it crashes at the point it retrieving the data from the web servi
I have been working on a program that co开发者_Python百科mpares the running times of different sorting algorithms in C++ (so far I\'ve done heap sort,bubble sort, insertion sort and selections sort).