i have to implement Picasa client for iPhone. I have few queries in that regards.
Are the api deprecated now? What if I still implement them now? Where can I find good tutorial on the same. I don't know anything about implementing google data. Also I am a newbie for iPhone development. Also I came across a few pages which said that there in not enough documentation on the same. I have to implement Picasa from the scratch so plz guide me.
Thanx and regards
Start by learning general iPhone programming; there are numerous books for that, such as Conway & Hillegass.
Once you are comfortable with Cocoa Touch development on the iPhone, you can use the GData Objective-C library to access albums and photos on Picasa Web Albums. The library includes a sample photos application showing how to use the Picasa Web Albums API to browse, download, and upload photos and videos.
Related
I've built a few iPhone web apps using HTML, CSS, JavaScript, jQuery, PHP, and SQL Queries. However, I haven't found a way to access the camera with a web app. If you know of a way to do that, please tell me what to use and how to use it. If there is no way to access the camera with a web app, I realize I'll have to make a regular app. What languages should I start to learn? Instagram is a website, so I'm not entirely sure how they did what they did.
So my question is, if I wanted to built an app similar to instagram (where I could access the camera), where should I begin?
What languages should I learn?
Thanks ahead of time.
PhoneGap might be the right tool for you.
PhoneGap is an HTML5 app platform that allows you to author native
applications with web technologies and get access to APIs and app
stores.
See this reference on its camera API.
I am going to make an iPhone and Android application.
The application requires a couple of photos uploaded.
Could you please suggest me that are there any services in which I can upload photographs and can get their URL and photographs from webservice or xml in iPhone?
Thanks,
I don't know what you're trying to do, but I think flickr, facebook, etc. have this kind of functionality.
Hi. I am developing one application for iPhone. In which I have integrated twitter, facebook, Myspace. Using my app I can update status and image. In the same way I want to integrate Bebo social networking site.
I find Bebo's developer site http://developer.bebo.com/ here. But I did not found any API related to Objective C or iPhone related stuff. How can I do this integration?
It doesn't look like there's an existing API for bebo access on iPhone.
You'll have to think about rolling your own. The site you posted a link to seems to have useful info. Or there's some (hard on the eye) info here:
http://www.bebo.com/Profile.jsp?MemberId=6945769847
Do you have any idea if there is available an official DeviantArt API or SDK for iPhone?
I am building an application and I would like to integrate a search through Deviant Art public feed.
Is this possible?
There is no official API or SDK for the iPhone. From reviewing their forums, it has been suggested many times, but so far has not been provided.
There's something called DiFi: http://www.botdom.com/documentation/DiFi that may be worth a try.
If that doesn't work, you could try interacting with the web site using a hidden UIWebView by using the – stringByEvaluatingJavaScriptFromString: method. I've used this in the past to interact with web sites that do not provide an API.
That's a wonderful idea, Andrei, but I don't think deviantart has any APIs available. However, what you want to do might not be impossible, you would just need to build your app to work with deviantart's website.
I want to integrate Twitter API into my iphone application. I have read about JSON framework with iPhone SDK 2.2. But I am new to this type of application. Can anybody please explain how to integrate this Twitter's APIs with my application and how to use it. Also tell me how to open "svn checkout http://json-framework.googlecode.com/svn/trunk/ json-framework-read-only" I have downloaded this code, but I'm not sure where to go from here. Please help me in this issue. Thanks in advance.
Try MGTwitterEngine.
You might consider looking at the Stanford iPhone programming course for some basic "how to use an API" type information.
Their in-class sample app is a low-end Twitter app that uses the JSON library, you might find that a useful example.