This is part of an ELC Tech Network

Category Archives: Uncategorized

Screen shot 2010-07-06 at 1.45.15 PM

Asset Libraries and Blocks in iOS 4

iOS 4 presented a million billion new API's by Apple's count, but for this post I am going to show a quick demo of the new Assets Library API where you can now get to users photos and videos with [...]
Also posted in Featured | Tagged | 10 Comments
Twitter-Bird

Diving into the Twitter Stream

Hey iCoders. As I posted earlier I recently made an iPad app called TweetMapper. I just put out a new release of the app with a big new feature. The app now has a scrolling timeline of the tweets it is seeing as they come in. In order to make this app I took advantage of the Twitter Stream API that is provided by twitter. This API creates a persistent connection between the Twitter servers and your application. We will essentially start a stream of incoming NSData object to an NSURLConnection that you create querying the stream. We will look into the different search parameters which can be passed into the request, the way in which our code responds to authentication requests from Twitter, and the logic we must use to ensure that the data we have received is a complete XML element and not chopped off.
Also posted in Featured | 5 Comments
TweetMapperIcon

Tweet Mapper in the App Store

I recently decided to look into the Stream API that is provided by Twitter. Though this API, you can specify a request with certain parameters and be stream tweets as they are posted live. I decided to make my first iPad app using it called Tweet Mapper. Tweet Mapper is meant to be a window into the live world of Twitter. It doesn't require a Twitter account to use and is free in the store. The app looks at 10 major cities; Los Angeles, San Francisco, Chicago, New York, Miami, Barcelona, London, Tokyo, Rome and Mexico City.
Also posted in Featured | 5 Comments
FeaturedImage

iPhone OS 4.0: The death of the 3G

Hey iCodeBlog readers. If you were on the internet this morning you most likely saw mention of the iPhone 4.0 preview. We did a predictions post yesterday and actually faired pretty well with our guesses. MultiTasking (No 3G) - CHECK [...]
Posted in Uncategorized | 7 Comments
Featured Image

iPhone OS 4.0 Predictions

Wow, April is a big month for Apple. iPad release on the 3rd, probably laptop debuts later this month, and iPhone 4.0 announcement coming up on the 8th. Lots to cover. In the spirit of iCodeBlog I present to you a list of stuff to look for in iPhone OS 4.0.
Also posted in Featured | 4 Comments
twitpic1

Adding TwitPic to your Application

Introduction Back in July of last year. Brandon put up a post showing you how to integrate twitter into your application. Today I am going to take the class he made last year and add a new class which will let [...]
Posted in Uncategorized | 12 Comments
screenshot_01

Who’s Up For Some iPad Coding?

Apple's developer center is down for now.  But, I can assure you we will be downloading the SDK as soon as it goes live. Get ready for some iPad dev tutorials!
Posted in Uncategorized | Tagged , | 10 Comments
app_store

App Store Overpopulation

The number of applications in the app store is approaching 100,000. The quality of applications in this massive of a marketplace is hard to measure. Apple provides the star ratings for applications but I like to have a few more [...]
Posted in Uncategorized | 6 Comments
000065_ces

CES 2010 – Mobile Processors, eReaders and Tablets

This year I was lucky enough to go to CES in beautiful Las Vegas. While I’m sure you all know, CES is the Consumer Electronics Show, and it is one of the largest trade shows in the world. Everyone who [...]
Posted in Uncategorized | Tagged , , , , , , , | 5 Comments
Downloads

Cocoa Development in 2010

2009 will be known as the year  the world learned the word app. With the first full calendar year of the app store coming to a close it is amazing to look back and see the growth that has occurred [...]
Also posted in Featured | 5 Comments

Asset Libraries and Blocks in iOS 4

iOS 4 presented a million billion new API's by Apple's count, but for this post I am going to show a quick demo of the new Assets Library API where you can now get to users photos and videos with [...]
Also posted in Featured | Tagged | 10 Comments

Diving into the Twitter Stream

Hey iCoders. As I posted earlier I recently made an iPad app called TweetMapper. I just put out a new release of the app with a big new feature. The app now has a scrolling timeline of the tweets it is seeing as they come in. In order to make this app I took advantage of the Twitter Stream API that is provided by twitter. This API creates a persistent connection between the Twitter servers and your application. We will essentially start a stream of incoming NSData object to an NSURLConnection that you create querying the stream. We will look into the different search parameters which can be passed into the request, the way in which our code responds to authentication requests from Twitter, and the logic we must use to ensure that the data we have received is a complete XML element and not chopped off.
Also posted in Featured | 5 Comments

Tweet Mapper in the App Store

I recently decided to look into the Stream API that is provided by Twitter. Though this API, you can specify a request with certain parameters and be stream tweets as they are posted live. I decided to make my first iPad app using it called Tweet Mapper. Tweet Mapper is meant to be a window into the live world of Twitter. It doesn't require a Twitter account to use and is free in the store. The app looks at 10 major cities; Los Angeles, San Francisco, Chicago, New York, Miami, Barcelona, London, Tokyo, Rome and Mexico City.
Also posted in Featured | 5 Comments

iPhone OS 4.0: The death of the 3G

Hey iCodeBlog readers. If you were on the internet this morning you most likely saw mention of the iPhone 4.0 preview. We did a predictions post yesterday and actually faired pretty well with our guesses. MultiTasking (No 3G) - CHECK [...]
Posted in Uncategorized | 7 Comments

iPhone OS 4.0 Predictions

Wow, April is a big month for Apple. iPad release on the 3rd, probably laptop debuts later this month, and iPhone 4.0 announcement coming up on the 8th. Lots to cover. In the spirit of iCodeBlog I present to you a list of stuff to look for in iPhone OS 4.0.
Also posted in Featured | 4 Comments

Adding TwitPic to your Application

Introduction Back in July of last year. Brandon put up a post showing you how to integrate twitter into your application. Today I am going to take the class he made last year and add a new class which will let [...]
Posted in Uncategorized | 12 Comments

Who’s Up For Some iPad Coding?

Apple's developer center is down for now.  But, I can assure you we will be downloading the SDK as soon as it goes live. Get ready for some iPad dev tutorials!
Posted in Uncategorized | Tagged , | 10 Comments

App Store Overpopulation

The number of applications in the app store is approaching 100,000. The quality of applications in this massive of a marketplace is hard to measure. Apple provides the star ratings for applications but I like to have a few more [...]
Posted in Uncategorized | 6 Comments

CES 2010 – Mobile Processors, eReaders and Tablets

This year I was lucky enough to go to CES in beautiful Las Vegas. While I’m sure you all know, CES is the Consumer Electronics Show, and it is one of the largest trade shows in the world. Everyone who [...]
Posted in Uncategorized | Tagged , , , , , , , | 5 Comments

Cocoa Development in 2010

2009 will be known as the year  the world learned the word app. With the first full calendar year of the app store coming to a close it is amazing to look back and see the growth that has occurred [...]
Also posted in Featured | 5 Comments