-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
Currently I am using iPhone SDK 3.1.2 for developing iPhone apps.
Apple has recently released iPhone SDK 3.2 beta and I want to try my hands with it.
But my problem is that I want to use both versions of SDKs, 3.1.2 since I am currently developing apps and uploading on app store, 3.2 beta…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
in the current project I have a number of folders, with subfolders, and these contain images: 01.png, 02.png.
Folder1/FolderA/f1.png
Folder1/FolderB/F1.png
When I compile the app, I looked inside the the .app and noticed that all the images are placed in the top level, with no sub-folders.…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is there a way to access raw data of iphone camera preview? I mean not the data of the picture that was shot already, but the preview, that shows before taking a shot?
TIA
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
in the current project I have a number of folders, with subfolders, and these contain images: 01.png, 02.png.
Folder1/FolderA/f1.png
Folder1/FolderB/F1.png
When I compile the app, I looked inside the the .app and noticed that all the images are placed in the top level, with no sub-folders.…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a class with an NSDictionary attribute. Inside this class I dispatch another thread to handle NSXMLParser handling. Inside my -didStartElement, I access the dictionary in the class (to compare an element found in the XML to one in the dictionary).
At this point I get undefined results. Using…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a web application that I want to sync with Flickr. I don't want the users to have to log into Flickr so I plan to use a single login. I believe I'll need to do something like this:
import flickrapi
flickr = flickrapi.FlickrAPI(myKey, mySecret)
(token, frob) = flickr.get_token_part_one(perms='write'…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is there a solid, production ready library in Ruby that interacts with the Flickr API?
I found a few by googing, but their states don't impress me much. I'm looking for something along the lines of flickrapi for Python, with nice documentation.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi There,
I am working with the API from flickr trying to get my photosets into my site, my problem is I am wanting to only show the primary image for each set but current it is showing all the images from each of my sets. Can anyone see where I am going wrong?
<?php
$f = new phpFlickr(FLICKR_API_KEY);
…
>>> More
-
as seen on Internet.com
- Search for 'Internet.com'
In this piece, Bill Hatifield will introduce you to the Flickr API, point out some highlights and write an application using the .NET framework that retrieves and displays a user's photos.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Im trying to decode a json string returned from flickr within my PHP code. Im using CURL but it keeps returning a string even when I wrap json_decode() around the json sring variable. Any ideas?
$api_key = '####';
$photoset_id = '###';
$query = 'http://api.flickr.com/services/rest/?&method=flickr…
>>> More