Pages tagged iphonedev:

Savoy » My iPhone is not a Mac Pro
http://savoysoftware.com/blog/?p=114

This article is about enhancing the performance of iPhone applications using the power of Objective C++. By discussing a real-world problem from Savoy’s Spots application, the article shows the necessary optimizations to make the program run smoothly in three steps.
Using Objective-C++ on the iPhone application "Spots" to achieve acceptable performance in an intensive graphical application.
Experiences Of A Newbie iPhone Developer
http://www.techcrunch.com/2009/02/15/experiences-of-a-newbie-iphone-developer/
iPhone story
The “One Day” iPhone App Experiment
http://gamesfromwithin.com/?p=227
more
Some info on iPhone app dev.
iPhone Resources
http://docs.google.com/Doc?id=dkhkqj4_20dmzf4wgz
iPhone Dev 101: Useful Cocoa Development Resources
http://www.tuaw.com/2009/03/25/iphone-dev-101-useful-cocoa-development-resources/
Cocoa with Love: Easy custom UITableView drawing
http://cocoawithlove.com/2009/04/easy-custom-uitableview-drawing.html
AdWhirl: Mobile Advertising | iPhone | Monetize Traffic | AdRollo
http://www.adwhirl.com/
アフェリエイト広告
Bill Clementson's Blog: iPhone App Development Notes
http://bc.tech.coop/blog/090429.html
some small tips for iphone dev
iPhone Dev Sessions: Create a Drum App
http://theappleblog.com/2009/05/11/iphone-dev-sessions-create-a-drum-app/
e project “Bickboxx”.
Adding the Sounds Code We have an interface that doesn’t do anything. Let’s fix that. The audio framework we need isn’t added by default. We have to add the AudioToolbox framework.
Matt Legend Gemmell – iPhone Development Emergency Guide
http://mattgemmell.com/2009/07/14/iphone-development-emergency-guide
This is an emergency guide to iPhone software development, i.e. a guide for competent developers who haven’t written code for the iPhone platform before, and just want to get started right now.
Pocket God offers case study of how to build a hit iPhone game | VentureBeat
http://games.venturebeat.com/2009/07/10/pocket-god-is-a-case-study-of-a-hit-iphone-game/
and that stroke of luck propelled them to the top. Not to take anything away from their hard work, but lots of devs out there are working just as hard on games that are reviewed as well or better.
Top 10 Tutorials to Develop iPhone Apps
http://blog.taragana.com/index.php/archive/top-10-tutorials-to-develop-iphone-apps/
Announcing iPhone Wax: Native UIKit iPhone Apps Written In Lua
http://www.mobileorchard.com/announcing-iphone-wax-native-uikit-iphone-apps-written-in-lua/
I started investigating how I might write native iPhone apps from a scripting language. Lua was on my radar already. It’s compact, expressive, fast enough, and was designed to be embedded. Took only about 20 minutes to get the Lua interpreter running on the iPhone. The real work was to bridge Lua and all the Objective-C/CocoaTouch classes. The bridge had to work in two directions: it would need to be able to create CocoaTouch objects and also be able to respond to callbacks as part of the familiar delegate/protocol model.
Lua + iPhone = wax
Bridging a Lua interpreter framework to native iPhone classes -- scripting your way around Objective C. With this week's notice from Adobe regarding Flash development of native iPhone binaries, the options for mobile development are getting more and more plentiful (and more and more abstract).
Lua
note that lua is used widely in game dev
In the remainder of this post, I’ll walk you through getting it set up, show you how to creating a project featuring a UITableView, and close with a section on its roadmap and tools support.
Cocoa with Love: Showing a "Loading..." message over the iPhone keyboard
http://cocoawithlove.com/2009/04/showing-message-over-iphone-keyboard.html
The "Text" (SMS) application on the iPhone uses a custom, semi-transparent view to show its "Sending..." message over the keyboard. I'll show you a simple class that can display semi-transparent loading messages and how you can display messages over the keyboard.
Loading..." messages When waiting for data loaded from the internet, many iPhone applications use a mostly black, semi-transparent view to block the display. Most use a basic "spinner" (UIActivityIndicatorView) to reassure the user that the application is still running, frequently accompanied by "Loading..." text. Despite the prevalence of this type of loading message, it is not a standard control and must be constructed manually.
How 12 Hours, 2 Guys, 6 Cups of Coffee = 1 iPhone App - iPhone App - Gizmodo
http://gizmodo.com/5435605/12-hours-2-guys-6-cups-of-coffee-1-iphone-app
:: AppMakr
http://www.appmakr.com/
app maker
Builds iPhone apps for you out of feeds from websites. 199 price tag, but wow.
Make Your Site An iPhone App - Webmonkey
http://www.webmonkey.com/blog/Make_Your_Site_An_iPhone_App
You can get most of the benefits of an iPhone application without writing a single line of Objective C. An open source project called PhoneGap lets your wrap your website in iPhone App goodness. And you can even charge for your creation. Even more exciting than being able to easily create an app is getting access to some native iPhone APIs. Currently PhoneGap supports JavaScript access to the user’s location and the device accelerometer. Camera and vibration are still in the works.
You can get most of the benefits of an iPhone application without writing a single line of Objective C. An open source project called PhoneGap lets your wrap your website in iPhone App goodness. And you can even charge for your creation. Even more exciting than being able to easily create an app is getting access to some native iPhone APIs. Currently PhoneGap supports JavaScript access to the user’s location and the device accelerometer. Camera and vibration are still in the works. There’s talk of being able to use a web form to create your app by submitting only the URL of your website. Currently, it’s a little more work, but easier than creating an app from scratch. You’ll still need to download the SDK and write your app in Apple’s XCode. The PhoneGap wiki has a hello world tutorial that should get you started. One really cool aspect of the PhoneGap project is that it also supports Android and Blackberry. A write-once approach to mobile development is within grasp of the ordinary
Proyecto de desarrollo de aplicaciones para iPhone
Game Haxe » Blog Archive » Haxe on iPhone (Simulator) - First Look
http://gamehaxe.com/2009/05/22/haxe-on-iphone-simulator/
The c++ backend for haxe generates standard c++, suitable for the gcc compiler. iPhone dev uses gcc, and can link against c++, which make you think that iPhone dev can use haxe. Simple? Well, actually it was pretty simple. The hardest bit for me was to grok the components of an Xcode project, moving from dynamic libraries to static ones and getting SDL working.
Haxe working on the iPhone Simulator
The Complete iPhone Development Toolbox | iPhone.AppStorm
http://iphone.appstorm.net/roundups/developer/the-complete-iphone-development-toolbox/
Nobody could argue that the iPhone has been a revolutionary product in the cell phone industry. A fantastic SDK and third-party application support has enabled programmers to release thousands of apps to millions of people around the world. There are some fantastic apps available and many people are making a living from developing for the iPhone. In this “ultimate toolkit”, we’re showing you everything you need to get started; books, tutorials, software resources, screencasts, podcasts, blogs, forums, conferences, software libraries, design kits, icons, and even where to hire a developer if you decide not to go it alone! I hope you enjoy the roundup, and feel well equipped to embark on iPhone development will a full set of resources at your disposal.
Everything you need to get started; books, tutorials, software resources, screencasts, podcasts, blogs, forums, conferences, software libraries, design kits, icons, and even where to hire a developer if you decide not to go it alone!
Beetlebug Software - Blog
http://blog.beetlebugsoftware.com/post/104154581/face-detection-iphone-source
Picture Me was a fun little side project to experiment using face detection on the iPhone.  I have a few ideas on where to take this but I don’t have time to work them now.  So for now, it’s free.  And as an added bonus I’m releasing the source code for it in the hope that it will be useful to the iPhone developer community.
For the "when I get asked to do that in a month" file.
Source for an iphone face detection app.
Dissecting iTunes links
http://bjango.com/articles/ituneslinks/
Som
For the latest release of Consume, we wanted to include two buttons: one that linked to all our apps on the App Store, and another that let users easily write a review on iTunes. These both seem like common things iPhone developers would want to do, so we decided to share the results of our research. Some of the information contained below is obvious for experienced iTunes users, while other links are rarer.
How to build an iPhone application in 20 minutes | Davide Di Cillo
http://www.davidedicillo.com/videos/how-to-build-an-iphone-applications-in-20-minutes/
Useful Design Tips For Your iPad App - Smashing Magazine
http://www.smashingmagazine.com/2010/04/16/design-tips-for-your-ipad-app/
With tools like Appcelerator's Titanium and some JavaScript programming skill, creating native iPhone and iPad apps is simple. The danger is in not being always on
iPhone and iPad Development GUI Kits, Stencils and Icons - Speckyboy Design Magazine
http://speckyboy.com/2010/04/30/iphone-and-ipad-development-gui-kits-stencils-and-icons/
NimbleKit: Native iPhone apps with HTML and JavaScript
http://www.tuaw.com/2009/05/27/nimblekit-native-iphone-apps-with-html-and-javascript/
Tools to build HTML based apps with more functionality
javascript para iphone
Patrick Collison » blog » Dynamic Default.png files on the iPhone
http://collison.ie/blog/2008/11/dynamic-defaultpng-files-on-the-iphone
Maxvoltar - What does 320dpi mean to designers? (2)
http://maxvoltar.com/archive/what-does-320dpi-mean-to-designers-2
Designing for the new iPhone 4 resolution.
Here’s a list of tricks and techniques I learned so far. Over time we’ll see more design conventions, but for now it’s just a lot of guesswork.
Understanding iOS 4 Backgrounding and Delegate Messaging @ Dr. Touch
http://www.drobnik.com/touch/2010/07/understanding-ios-4-backgrounding-and-delegate-messaging/
with cut-out-and-keep full colour charts.
Understanding iOS 4 Backgrounding and Delegate Messaging @ Dr. Touch
http://www.drobnik.com/touch/2010/07/understanding-ios-4-backgrounding-and-delegate-messaging/
with cut-out-and-keep full colour charts.