Where can i find information about upcoming iPhone developer events? - iphone

I need a list, or sg. like it about upcoming iPhone developer events...can someone help me?

Probably:
www.apple.com/developer/iphone

I've written a blog post with a summary of iPhone & Mac conferences I found around the world... by no means authoritative nor complete I'm sure, but I hope it can be of help:
http://akosma.com/2009/10/01/iphone-and-mac-os-x-developer-conference-roundup/

Related

How Can I Log A User Into Youtube Through My iPod Touch Application?

I have come across a slight problem in my programming of an iPod Touch application. However I am very enthusiastic that it can be solved and that a nudge in the right direction will be of great help. I have experience with Objective C, XCode and the essential app builders included with XCode also.
My question is, as the title says, how do I log a user into youtube through my iPod Touch application? I have looked through the countless api documentation for youtube, objective c and many other google APIs. After all my searching for the last few days I have found that OAuth2 seems to be the most lightweight way to connect a user to youtube in an application. All it requires is the client id and client secret.
However, even knowing this, I am finding it difficult to understand the code needed to simply connect a user to youtube through my application. Could anyone perhaps suggest a sample code? Or point me in the right direction?
Kindest Regards,
Joey Tawadrous
Code samples are here:
http://code.google.com/p/gtm-oauth/wiki/GTMOAuthIntroduction#Signing_In_to_Google_Services
Additional info are here: http://code.google.com/p/gtm-oauth/ and here: http://code.google.com/p/gtm-oauth2/
Hope it will help you.

EverNote Api for iphone

Hi I am using Evernote Api for iphone. I downloaded Api from developers site of evernote. But I dont know how to use it...Any one know about this or have any links or examples to understand this?
Adding iOS sample code is a top priority. In the meantime, please have a look at http://digitalpericope.net/?p=27, which might help you get started.

Integrating weather information in iphone

Can anyone tell me the steps to integrate weather information into my iPhone App. I found some API's are there, but didn't found steps for this. Thanks in advance.
use google weather in php
see the link http://komunitasweb.com/2009/09/showing-the-weather-with-php-and-google-weather-api/
to iphone see old question in so :
https://stackoverflow.com/questions/1305127/free-weather-api
http://www.weather.com/services/xmloap.html

DragonFireSDK and iPhone development on Windows

So in previous questions about iPhone development on Windows, the basic/easy answer has been "just get a mac." However, I noticed a comment that mentioned DragonFireSDK. But no one else said anything about it?
Has anyone tried this? It look pretty legit to me, but I'm new to the iPhone world. I just find it weird that no one has discussed this yet. I mean, it looks like the perfect tools for the Windows users.
Thanks!
Oh yeah....here's the link to DragonFireSDK: DragonFireSDK
EDIT: This app is for my website, We, the Pixels. Any comments on if Dragonfire would be a good fit for an iPhone version of my website? Thanks!
DragonFireSDK is good, I have been developing several apps with it, the first of which is now available, a game called Firefox Fun: http://itunes.apple.com/us/app/firefox-fun/id393933733?mt=8
Yes, I use DFSDK and got my apps published to apples appstore using the sdk. they have good API it lets you use c/c++ to create your app.

iPhone - where can i find a sample of GKVoiceChatClient?

I want to be able to let users of my iPhone app communicate using the GKVoiceChatClient classes. The documentation for the 3.0 SDK is very vague and I don't see any good samples in the Sample Code either.
Can someone please tell me where I can find some working example of in-game voice using which I can learn how to use it!
Thanks.
You'll need an account on the Apple Developer forums, but I stumbled across this a little while ago. I don't know if its functional but comments further along in the thread lead me to believe it is.
Example in the Apple Developer forums
chris.