atvHelloWorld - AppleTV2 1-click build and deploy Xcode 4 sample project
As presented at 360iDev Denver 2011, atvHelloWorld is an Xcode project I developed to illustrate how amazing the AppleTV2 could be if Apple ships an AppleTV SDK and adds AppleTV apps to the AppStore. Huge doesn’t even begin to describe the opportunity (more on that later…).
To get the source, head over to github and pull or fork to your hearts content:
https://github.com/mgile/atvHelloWorld
360iDev Session - AppleTV Apps: Are you ready for the big screen?
Great news! I’ve been accepted as a speaker for the 360iDev conference in Denver, Colorado taking place September 11-14, 2011. Here is an overview of my session:
Headline from 2012: Apple destroys yet another market by introducing AppleTV AppStore. 60,000 games available today! Nintendo in panic mode…
Did you know the latest AppleTV runs iOS? Is your app ready for the AppleTV AppStore? Do you know how best to present your app on a large-screen format? This session will teach you everything you want to know about AppleTV, including:
- How to develop unofficially until Apple releases the AppleTV AppStore
- Hardware provided by AppleTV
- Designing your app for the big screen
- User interface issues with limited remote control
- Sending audio and video to your AppleTV via AirPlay
See the entire schedule here: http://360idev.com/schedule
And don’t forget to register early: http://360idev.eventbrite.com/?ref=ebtn
I’m also working hard to bring a couple “one more thing” surprises, so be sure to grab your seat early!OBD2Kit - Open source automotive diagnostics library for iOS
OBD2Kit is an iOS library I created for my startup FuzzyLuke. After realizing there wasn’t such a huge market for this stuff beyond hobbyists I decided to open source the core library I had created. The result is a reusable library for integrating OBD-2 diagnostics for WiFi and GoPoint GL1 automotive scanners into your own iOS applications. In the coming months I will be adding more documentation and sample applications so that others may hopefully see some use out of this code. Here’s some OBD-2 primer links if you have no idea what I’m talking about:
Here’s the basic usage: And here is how you can handle basic response information like speed and RPMs:
