sdk

Device XCode iPhone programming selection

I was wondering how to restrict an iPhone app only to run on an iPod Touch in XCode. Do I edit the .plist file that is in the project or can iTunes Connect handle that? Also what does the required device capability optional plist entry mean? ...

iphone sdk - bringing up viewcontroller in shouldContinueAfterSelectingPerson:

Hi guys In my app, after selecting a contact I would like to then directly bring up another view window. I'm in the method - (BOOL)peoplePickerNavigationController: (ABPeoplePickerNavigationController *)peoplePicker shouldContinueAfterSelectingPerson:(ABRecordRef)person { and after selecting the person (in the above method, which i...

How to Rollback from iPad beta SDK to iPhone SDK 3.1

If I update to the iPhone SDK 3.2 beta, will I then be able to rollback to iPhone SDK 3.1.2 (xcode 3.2.1) ? ...

Publish UIWebView texts on Facebook [iPhone SDK]

hi everyone . i have UIWebView and some text on there so i want publish my text messages to the facebook . how can publish my text on the facebook ? is there special API ? is tehre any Sample Code or tutorial? like this : ...

iphone sdk subview/superview orientation problem

Hi guys i have a iphone sdk orientation issue... i push a "holding" view controller onto the navigationController. The holdingViewController uses viewDidLoad to show the navigationController navbar and add a flip button to it and a selector for the flipbutton. it then adds a subview using UIViewAnimationTransitionNone showing a UIView ...

is it possible to authenticate with oauth, on the iphone, without making the user enter a pin?

there is no practical way that i can see or have read about that lets you authenticate using oauth without making the user leave the app or have to write the pin down before they can post an update..... is there maybe another Rest API that i missed? ...

How to create a tar ball of few files in iphone sdk

Hi I have few images which i want to archive and make a tar ball file, Please if you have any reference or sample code , will be helpful Thanks in advance for everyone Kamal ...

What kind of games can we run in Mediatek sdk? (eg. Java , c etc)

I've been searching how to run Java games in Mediatek sdk. Is Java suppported in VRE? ...

Programming for the iPod with Clicking Wheel

Hello, some years ago I bought a brand new iPod Video (now known as iPod Classic) with an hard drive of 30GB. Now, after it has been unused for ages, I decided to replace its built-in battery and do something good out of it. Unfortunately, although there are some games for it in the iTunes Store, some of which really good, I can't find...

SDKs for kiosk software development

All, What kiosk SDKs are available? Are there any? I am looking for ones that saves development time by having built in API integration with hardware (i.e. credit card readers, printers) and network capability (to send data to web app). Also, I would like built in features that check to see if the kiosk has crashed and timers which can ...

How to create a Main Menu that links to another view? (When developing iPhone Apps)

I'm a newbie programmer and I have played around with the SDK for a while. How do you create a homepage that has a button that will bring you to another view (the content of the app)??? If you know can you list the steps in order or link a tutorial site (It woul be awesome if the steps had code with it I needed). Thanks! ...

How to get Call history in c# with windows mobile 6.1 sdk

It's there a place i can find documentation on the windows mobile 6.1 sdk. I need to get the call log history in my application. Nobody know how ? ...

Making a UIView "disappear" behind another tabbar

I'm using the following code to make a small view disappear at the bottom of the screen: int y_dest = self.application.windows.frame.size.height; [UIView beginAnimations:nil context:nil]; [UIView setAnimationDuration:0.33f]; [UIView setAnimationDelegate:self]; [UIView setAnimationDelegate:self]; [UIView setAnimationDidStopSelector:@sele...

FBConnect iPhone Questions

hi . i am using FBConnect for sharing something on my app . so i want implement FBConnect API with 2 buttons "Login / share on facebook" Via UIACtionSheet . now , have some questions : assuming i have 2 buttons on the UIActionSheet with title of "Share on Facebook" "Login" i want when user have logged in facebook my Login button ti...

When do I alloc and init objects in iPhone programming with Objective-C?

Sometimes when I program for the iPhone, I wonder when you have to allocate and initialize objects and when not to. When you are using UI controls, it seems as if you don't have to do so. Is this true and why? (Assume that they have been declared in the .h of the view controller.) Example: label1.text = @"Hello"; vs label1 = [[UILa...

How Can you Localize a Label in iPhone SDK?

I know you can localize a NSString or even an image (which is pretty cool), but can you localize a label that is text in the iPhone SDK? ...

When should I use the addSubview method of a view controller?

I'm programming for the iPhone and I'm wondering when to use the addSubview method of a view and when to present to use the modal view controller (presentModalViewController). What complicates this even more is if you are using a navigation controller (I'm not) and you can use the pushViewController method? When would you use each and w...

dynamic buttons of UIActionSheet {iPhone SDK}

hi . for my app iam using Facbook connect to share something from my app to facebook now for Facebook connect . i use UIACtion Sheet . i want change the title of Log in and log out buttons . it means if user log in the facebook my button title change into @"Log Out" and when user is logout title change to @"Log in " - (void)session:(FB...

Is there a way to use the UIImagePickerController with your own images?

I was wondering if there is a way to make a UIImagePickerController use a collection of images that you specify (in other words I make 10 photos of doorbells and make the UIImagePickerController show me those photos and let the user select one). In other words, a custom photo gallery is where I'm heading. Is there a way that I can do th...

Looking for java source code from sun

I am pretty sure that this is a stupid question but after poking around on the sun page for about an hour I am completely confused. I want to get the source (.java NOT .class) files for this: sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream or more generally just the entire sun.net.www.protocol.https package. ...