iPhone and iPod touch application developer's thread


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers iPhone and iPod touch application developer's thread
# 1  
Old 03-31-2008
iPhone and iPod touch application developer's thread

I am a complete noob when it comes to coding... If I could get some help with coding an iPhone or iPod touch application so I can learn the basics, that would be great. For now I want to make something simple that will take me only an hour or so... Basically, I'm not sure what to do... I started with this canvas...
Code:
//
//  My first app.h
//  
//
//  Created by My Name on 3/31/08.
//  Copyright 2008 __MyCompanyName__. All rights reserved.
//

#import <UIKit/UIKit.h>


@interface My_first_app : NSObject {

}

@end

What do I do??????????????????

Last edited by Yogesh Sawant; 04-01-2008 at 02:43 AM.. Reason: added code tags
 
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
GNUPOD_INIT(1)							   User Commands						    GNUPOD_INIT(1)

NAME
gnupod_INIT - prepares a 'virgin' iPod for GNUpod SYNOPSIS
gnupod_INIT [OPTION]... DESCRIPTION
Prepares a 'virgin' iPod for GNUpod --help display this help and exit --version output version information and exit -m, --mount=DIRECTORY iPod mountpoint. Note, gnupod_INIT ignores $IPOD_MOUNTPOINT -d, --disable-convert Don't try to convert an existing iTunesDB (Only for experts) -f, --france Create IPOD_MOUNTPOINT/iPod_Control/Device/Limit. This File tells iPods with Firmware 1.x to limit the Volume to 100dB (EU/France law...). Firmware 2.x ignores this File. (But you can use the --volume switch of mktunes.pl) AUTHOR
Written by Adrian Ulrich REPORTING BUGS
Report bugs to <bug-gnupod@nongnu.org> COPYRIGHT
Copyright (C) Adrian Ulrich This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. SEE ALSO
The full documentation for gnupod is maintained as a Texinfo manual. If the info program and GNUpod are properly installed at your site, the command info gnupod should give you access to the complete manual. gnupod_INIT 1.00 June 2005 GNUPOD_INIT(1)