- Aug
- 23
How to add an icon to your iPhone application
2009.08.23 13:51:43 by Ondrej Rafaj
In this article I'll show you how to add a new nice icon for your iPhone application. This process can't take more than just a few minutes.
2009.08.23 13:51:43 by Ondrej Rafaj
In this article I'll show you how to add a new nice icon for your iPhone application. This process can't take more than just a few minutes.
2009.08.20 13:50:05 by Ondrej Rafaj
This tutorial will show you how to populate a table using UITableView, NSMutableArray and Navigation-Based application for iPhone and how to create detail view. Tutorial includes example code, sample project and pictures from Interface Builder.
2009.08.12 19:02:44 by Ondrej Rafaj
Check this app out, it's quite easy to develop anything in DashCode on a Mac because it's a pure HTML and JavaScript
2009.08.12 14:59:18 by Ondrej Rafaj
Today I'll show you how to use UISwitch component in iPhone SDK. We will have three instances of UISwitch controlling three different components, UILabel, another UISwitch and UITextField, it is quite simple. Enjoy yourself :)
2009.08.10 15:56:32 by Andrew Walker
My friend told me about this tutorial on engageinteractive.co.uk. Go and check that out, it's quite impressive ... :)
This tutorial will cover the basic setup and creation of a web page for the iPhone that will detect and change the content based on the phones orientation.
2009.08.05 15:22:44 by Ondrej Rafaj
I this tutorial you will see how to use Buttons (UIButton) and how to change text of the Label (UILabel) after pressing the button.
After finishing the tutorial you should have some basic idea about how this thing works. Have fun and leave some feedback :-)
2009.08.05 12:44:14 by Ondrej Rafaj
Really great tutorial by Brandon on http://icodeblog.com/. The goal of this tutorial is to show you how to populate a UITableView with data from an array of objects. This will be the building block to display XML data as well as SQL data.
The theme of this application will be fruit. We will create an array of “fruit” objects that have some additional information besides the name. We will populate a UITableView with the names of the fruits. When the user selects a fruit from the list, the view will transition to another one and display specific details about that fruit.
2009.08.04 16:07:04 by Ondrej Rafaj
Here's the fun and easy way to learn how to create your own iPhone applications. When I saw this book for the first time I thought that I am experienced enough to not to buy any book from the Dummies edition. Now I know that it was the best buy ever because I was struggling with understanding how everything in iPhones and Objective-C works and now I am on the page 155 and I have pretty good idea and my first app works as expected :-)
Whether you're a professional developer or an iPhone user with a knack for technology, this plain English guide shows you how easy it can be to create your own cool iPhone and iPod touch apps. The open iPhone SDK offers a world of opportunities, and with the information in iPhone Application Development For Dummies, you can get in on the fun and profit.
2009.08.04 15:42:30 by Ondrej Rafaj
The Google data APIs provide a simple protocol for reading and writing data on the web. Many Google services provide a Google data API.
2009.08.04 11:09:38 by Ondrej Rafaj
In this tutorial by Jai on iphonesdkarticles.com, you will learn how to create applications with a Tab Bar Controller. Tab Bar Controllers can be seen in iPhone/iPod Touch applications like the Clock.