Posts

Showing posts with the label Useful links for ios developers

APP STORE STATISTICS

Image

Useful Links For iPhone Development

http://blog.mugunthkumar.com/coding/iphone-tutorial-how-to-send-in-app-sms/ http://mobile.tutsplus.com/tutorials/iphone/twitter-api-iphone/(For Twiter Api) http://icodeblog.com/2010/07/29/iphone-programming-tutorial-local-notifications/ http://www.iphonedevsdk.com/forum/iphone-sdk-development/57308-nserror-uialertview-problem.html http://iphonesdkdev.blogspot.com/2010/04/local-push-notification-sample-code-os.html http://www.datasprings.com/Resources/ArticlesInformation/iPhoneSDKGettingStartedExampleCode.aspx http://theappleblog.com/2010/02/12/how-to-create-an-iphone-web-app/ http://mail2web.com/cgi-bin/intellilogin.asp http://edumobile.org/iphone/category/ipad-development/ http://www.roseindia.net/tutorial/iphone/examples/iphone-imagebuttonchangeview.html http://www.iphonesdkarticles.com/2009/01/uitableview-searching-table-view.htm -- Thanks And Regards, Rajesh Jha 09873544169

Usefull Links For iPhone Developers

Java Operators Tutorial | Java Beginner Downloads - cookbooksamples - Project Hosting on Google Code iPhone Programming Tutorial – Local Notifications | Blancer.com Tutorials and projects AppsAmuck iPhone Development Tutorials and Examples The Daleisphere — iPhone App Development – Where to Start Cocoa with Love: Tips & Tricks for conditional iOS3, iOS3.2 and iOS4 code AVAudioPlayer volume problems - iPhone Dev SDK Forum UNIX Tutorial One How to target a specific iPhone version? - Stack Overflow ***OBJECTIVE-C WITH XCODE**: STANFORD ONLINE BOOKS iPhone native apps icons: how to remove the glossy look. | Surgeworks Mobile iPhone SDK – Get Current Touch Location | de C Tutorial User Experience Coding How-To's iOS4 Map Kit - Draggable Annotation Views | Trent Kocurek PayPal X Developer Network: Community: PayPal Mobile XSpace TheElements UIKeyboardTypeNumberPad and the missing "return" key PayPal X Developer Network: Community: PayPal Mobile XSpace...

My perspective on iPhone, Android, Windows Phone 7, and BlackBerry

Image
BlackBerry has been around since 1996 and was the dominant player in the smartphone market for som Most Current Major Version: BlackBerry OS 6.0, launched August 12, 2010 Demographics: BlackBerry originally appealed to business users who needed to stay connected to email while on the go. Over time it expanded its range to include many students and more casual users, but it has always remained a primarily business-oriented device. Distribution: 100 Million units soldShare: Approximately 27% of the Smartphone market, 8% of the total US cell phone market The Good and Bad: BlackBerry has recently reorganized some of its internal structures to make it more developer friendly, as well as modified pricing limitations and standardized the share it receives for app sales. This makes it more accessible for consumer apps, but it still presents challenges as multiple versions and varying device capabilities threaten compatibility and complicate development. Also, BlackBerry is quickly losing gr...

Useful Links for iPhone developer

Apps Amuck : Welcome to 31 Days of iPhone Apps. Good tutorials - "The key here is simple: "Taking baby steps is better than taking no steps at all" Blog Post about "Where to start" iPhone programming category tutorials on iCodeBlog Objective-C Beginner's Guide The Objective-C 2.0 Programming Language: Introduction to The Objective-C 2.0 Programming Language (Apple) Blog Post: How to jump start iphone development Stanford University has a free online course ( "iPhone Application Programming" Video tutorials (commercial, but some are free). Some other very useful I hope below collection would help: 1) Blogs on iPhone development: http://mycodeteacher.com/ http://iphonedevelopment.blogspot.com/ http://iphoneincubator.com/blog/ http://iphone.zcentric.com/ http://iphoneproghelp.blogspot.com/ (Programming Tutorial) http://icodeblog.com/ (Programming Tutorial) 2) iPhone Source Codes: http://www.theiphonedev.com/SourceCode/tabid/...

Some other very Useful

UITabBarController NSMutableArray *tabBarViewControllerArray = [[NSMutableArray alloc] init] ;      tabBarController = [[UITabBarController alloc] init];  UINavigationController *navigationController = [[[UINavigationController alloc] initWithRootViewController:anothercontroller] autorelease];     [tabBarViewControllerArray addObject:navigationController];   navigationController.navigationBar.tintColor = [UIColor blackColor];   //navigationController.tabBarItem.title = @"Home";  UITabBarItem *item1 = [[UITabBarItem alloc] initWithTitle:@"Home" image:[UIImage imageNamed:@"Home.png"] tag:0]; [tabBarController setViewControllers:tabBarViewControllerArray];        UITableViewControllerUITapGestureRecognizer UITextField Creating a text field CGRect textFieldFrame = CGRectMake(0.0, 0.0, 100.0, 30.0); UITextField *textField = [[UITextField alloc] initWithFrame:textFieldFrame]; [textField se...

Study online

http://www.foldr.org/~michaelw/objective-c/