iPhone 3.0 SDK vs iPhone 2.0 SDK
Hi, is iPhone 3.0 SDK significantly different that I cannot use any books that were meant for iPhone 2.0 SDK? Programming is pretty much the same? ...
Hi, is iPhone 3.0 SDK significantly different that I cannot use any books that were meant for iPhone 2.0 SDK? Programming is pretty much the same? ...
Hello All, I am currently trying out the android sdk 1.5 and i have seen a couple of examples on TabHost what i am trying to do is to use a different button on each Tab to do its tasks. What i tried was using onClickListiner() and onClick() i think this is what all the developers use but i keep getting a null exception on the log cat, ...
i am building up a view-based project with out a navigation bar. I have 2 pages. Simply need a button to link from page one to page two. Then a button to link from page two to page one. Seems it should be very simple but i am having a heck of a time trying to get it. ...
SDK: What is it exactly? How it could be useful? Is it necessary for a developer? Thanks ...
I would like to develop applications for a scanner running Windows Mobile 5. The MSDN site says to download the latest SDK (the Windows Mobile 6 Professional SDK). Will this work or should I download an earlier SDK for Windows Mobile 5? ...
I have a UITextField inside a ScrollView that is supposed to be animated into a visible area above the popping keyboard when entering the textfield. So I used the delegates textFieldShouldBeginEditing-method to call the scrollviews setContentOffset. now in the 2.2.1 Simulator this worked just fine, but in the 3.0 Simulator the scrollvi...
I am developing an app that uses the PickerView, but I can't figure out how to change what it says. Currently it just says "Cupertino, Sunnyvale, etc" and it won't go up or down. And when I do the simulator, it just shows up as a blue rectangle. ...
Hi, I need to write a simple LDAP client in C. The only binary distributions I found are old and also lack SSL tools needed to implement an SLDAP connection. A complete and up to date distribution that I found is that of Mozilla however it is in source code format and I have not been able to compile it into binary form for windows. I ...
May be I am getting old, but I can't find it... ...
I am new in Blackberry. so can anyone help me out for following queries. Which SDK is used in Blackberry? in Which language Black Berry application develope? and Can we call Web service through BlackBerry application? ...
I am trying to make it so that on one of the tabs there is a table view Any ideas? Thanks ...
What's the difference between the "Base SDK for all configurations" and the "Active SDK" in Xcode? ...
I have an application that uses rest to communicate to a server, i would like to obtain the iphones either mac address or device ID for uniqueness validation, how can this be done? ...
I am creating an NSURLMutableRequest and setting HTTP methods and content-types and such. All was working fine until my last compile. I now get this in the Console, but the app doesn't crash: CODE: Internal error. Exception from other package: javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLHandshakeException:...
I am a hobbyist console C++ developer. I have worked with pointers, arrays, std::vectors, std::strings, classes, and several data structures, including stacks and binary trees. I have some experience in linear algebra and geometry, and know the basics of physics. I do NOT have experience with win32, QT, openGL, DX9, OGRE, etc. I am still...
Hi, is there a possibility to install an application from Xcode to a remote iPhone? I have the dev account and able to install it locally. I am currently in Sydney and would like to install a prototype of a game on the device of a coworker in Germany. The work is still in progress so it's has to be done quite often... Is there a way t...
For some reason, none of my UITextFields will autocapitalize. I have set the property in InterfaceBuilder as well as programatically as shown below. cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:@"search_cell"]; UITextField *tf = [[UITextField alloc] initWithFrame:CGRectMake(12, 10, 320, 32)];...
For my iPhone game I wrote the entire thing in OpenGL ES, and now I'm trying to overlay a TextView to display a scoreboard. The problem is now my touch input doesn't work correctly, because the Textview is recieving the touch input rather than my opengl view. Is there a way I can just disable touch interactions on the textview? ...
Is the path for the C# compiler, csc.exe, stored in a reference location somewhere? I am working on a custom tool to compile code snippets into their own DLL's by the users so location could vary, would like to automate this as much as possible before resorting to the locate file dialog box! ...
Here is My problem. If you see there is no memory leak but still I get the memory leak for general block as shown. When I click it it gives me the following details where memory leak is due to quartz core. I dont know where I am going wrong since I am not able to see any leaks in the leak bar. ...