<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CocoaHeads Hong Kong &#187; ObjectiveFlickr</title>
	<atom:link href="http://cocoahk.com/tag/objectiveflickr/feed/" rel="self" type="application/rss+xml" />
	<link>http://cocoahk.com</link>
	<description>~ for Cocoa, Mac, iPhone, iPad, iOS developers</description>
	<lastBuildDate>Fri, 20 Apr 2012 08:13:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>May Meetup: ObjectiveFlickr night [follow up]</title>
		<link>http://cocoahk.com/2009/05/15/may-meetup-objectiveflickr-night-follow-up/</link>
		<comments>http://cocoahk.com/2009/05/15/may-meetup-objectiveflickr-night-follow-up/#comments</comments>
		<pubDate>Fri, 15 May 2009 02:55:29 +0000</pubDate>
		<dc:creator>billibala</dc:creator>
				<category><![CDATA[Event]]></category>
		<category><![CDATA[Cocoa Framework]]></category>
		<category><![CDATA[ObjectiveFlickr]]></category>

		<guid isPermaLink="false">http://cocoahk.com/?p=99</guid>
		<description><![CDATA[
It is a great presentation. Thank you very much, Lukhnos from Lithoglyph &#8211; the developer of iPhone TapExpense app!
This is our first time doing the talk in web conference style. We wanna use iChat at the very beginning. However, it just didn&#8217;t work at all in the venue. iChat reported error when I tried it [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-100" title="CocoaHeads Hong Kong - ObjectiveFlickr" src="http://cocoahk.com/wp-content/uploads/2009/05/2009_05.jpg" alt="CocoaHeads Hong Kong - ObjectiveFlickr" width="460" height="307" /></p>
<p>It is a great presentation. Thank you very much, Lukhnos from <a href="http://lithoglyph.com/">Lithoglyph</a> &#8211; the developer of iPhone <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284938053&amp;mt=8">TapExpense</a> app!</p>
<p>This is our first time doing the talk in web conference style. We wanna use iChat at the very beginning. However, it just didn&#8217;t work at all in the venue. iChat reported error when I tried it with Lukhnos a few days before the meetup. Luckily Skype works. But the screen sharing quality is really bad. Hope we can use iChat next time if we have overseas speaker.</p>
<p>Back the the meetup.  Lukhnos highlighted how to use the ObjectiveFlickr framework for both Mac OS X and iPhone OS. The framework source is developed for both platforms.  The main concern is about how to link them. He recommends linking it as normal Cocoa framework under Mac OS X development target.  For iPhone platform, we should like it as static library instead. (Well, I did link my iPhone projects with other frameworks in framework style successfully though)</p>
<p>He also mentioned about the initial authorization process with Flickr and discussed the difference between embedding your own WebView for this purpose or letting your app rediverted to Safari.</p>
<p>The presentation file is available here as <a href="http://cocoahk.com/wp-content/uploads/2009/05/cocoaheadshk-objectiveflickr.pdf">PDF</a>. If you are interested in the source and stuff, please download from <a href="http://github.com/lukhnos/objectiveflickr/">ObjectiveFlickr</a> home at Github.</p>
<p>Please subscribe the RSS feed in the <a href="http://lukhnos.org/objectiveflickr/blog/">official blog</a> for latest announcement.</p>
<p>You can follow <a href="http://twitter.com/lukhnos">Lukhnos in Twitter</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cocoahk.com/2009/05/15/may-meetup-objectiveflickr-night-follow-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>May Meetup: ObjectiveFlickr night</title>
		<link>http://cocoahk.com/2009/05/01/may-meetup-objectiveflickr-night/</link>
		<comments>http://cocoahk.com/2009/05/01/may-meetup-objectiveflickr-night/#comments</comments>
		<pubDate>Fri, 01 May 2009 06:53:38 +0000</pubDate>
		<dc:creator>billibala</dc:creator>
				<category><![CDATA[Event]]></category>
		<category><![CDATA[Cocoa Framework]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[ObjectiveFlickr]]></category>

		<guid isPermaLink="false">http://cocoahk.com/?p=72</guid>
		<description><![CDATA[ObjectiveFlickr is a Cocoa framework developed by my friend Lukhnos.
Lukhnos is the lead developer of the popular iPhone app TapExpense. You can find more about his company&#8217;s work in this web site. He and his team have recently announced the ObjectiveFlickr 2.0 &#8211; a complete rewrite of their Cocoa Flickr framework.
The CocoaHeads Hong Kong has invited [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-80" title="objectiveflickr" src="http://cocoahk.com/wp-content/uploads/2009/05/objectiveflickr.png" alt="objectiveflickr" width="260" height="69" /><a href="http://lukhnos.org/objectiveflickr/blog/">ObjectiveFlickr</a> is a Cocoa framework developed by my friend <a href="http://lukhnos.org/blog/en/">Lukhnos</a>.</p>
<p>Lukhnos is the lead developer of the popular iPhone app <a href="http://lithoglyph.com/tapexpense/">TapExpense</a>. You can find more about his company&#8217;s work in this <a href="http://lithoglyph.com/">web site</a>. He and his team have recently announced the ObjectiveFlickr 2.0 &#8211; a complete rewrite of their Cocoa Flickr framework.</p>
<p>The CocoaHeads Hong Kong has invited him to talk to us about the features in the ObjectiveFlickr 2.0 framework with loads of example code.</p>
<p>Come over to LKF on 14 May to meet Lukhnos and other fellows!</p>
<p><strong>Registration / RSVP</strong>: <a title="ObjectiveFlickr night - Facebook Event Page" href="http://www.facebook.com/event.php?eid=82683215387">Facebook event page</a></p>
<p><strong>Date</strong>: 14 May 2009 (Thursday) 7:30 pm (<a href="http://cocoahk.com/wp-content/uploads/2009/05/e82683215387.ics">iCal event</a>)</p>
<p><strong>Fee</strong>: Free</p>
<p><strong>Venue</strong>: the Alumni Lounge @ LKF &#8211; (<a href="http://www.hkuaa.org.hk/">HKUAA</a> Club house)</p>
<p>The talk shall begin at around 7:45 pm. The talk will be done through iChat / Skype. </p>
<p>ObjectiveFlickr is an open source project.  You can download the framework from<a href="http://github.com/lukhnos/objectiveflickr">Github</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cocoahk.com/2009/05/01/may-meetup-objectiveflickr-night/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

