Showing posts with label apple. Show all posts
Showing posts with label apple. Show all posts
0
[postlink]https://7arivu.blogspot.com/2011/10/1-introduction-to-mac-os-x-cocoa-touch.html[/postlink]
http://www.youtube.com/watch?v=oesNwgHn1ws&feature=channel_video_title endofvid [starttext] (January 5, 2010) Alan Cannistraro starts the quarter with an introduction to Mac OS X, Cocoa Touch, and Objective-C. Part of Stanford's Winter Quarter 2010 iPhone Application Development (CS193P) course. [endtext]

1. Introduction to Mac OS X, Cocoa Touch, Objective-C and Tools

0
[postlink]https://7arivu.blogspot.com/2011/10/apple-introducing-iphone-4s.html[/postlink]
http://www.youtube.com/watch?v=SFfm2uQbaLM endofvid [starttext] With the dual-core A5 chip, all-new 8-megapixel camera and optics, iOS 5, iCloud, and Siri, iPhone 4S is the most amazing iPhone yet. [endtext]

Apple - Introducing iPhone 4S

0
[postlink]https://7arivu.blogspot.com/2011/09/objective-c-tutorial-lesson-2-part-2.html[/postlink]
http://www.youtube.com/watch?v=UYm0mijDjWE&feature=relmfu endofvid [starttext] Learn how to create a program in Part 3!!! After learning about Variables, Statements, Data Types, String Formatters and much much more in Part 1 & 2 [endtext]

Objective-C Tutorial - Lesson 2: Part 2: Programming Basics and Vocabulary

0
[postlink]https://7arivu.blogspot.com/2011/09/objective-c-tutorial-lesson-2-part-1.html[/postlink]
http://www.youtube.com/watch?v=thY71mMOMB0&feature=relmfu endofvid [starttext] Learn how to create a program in Part 3!!! After learning about Variables, Statements, Data Types, String Formatters and much much more in Part 1 & 2 [endtext]

Objective-C Tutorial - Lesson 2: Part 1: Programming Basics and Vocabulary

0
[postlink]https://7arivu.blogspot.com/2011/09/objective-c-tutorial-lesson-1-what-you.html[/postlink]
http://www.youtube.com/watch?v=FQRQsG_HprM endofvid [starttext] This is a remake of Objective-C Tutorial - Lesson 1] In this lesson I go over the basics of what you need to program, where to get the SDK (software development kit) and how programs work. Then I go over what object-oriented programming is and how it differs what procedural programming. [endtext]

Objective-C Tutorial - Lesson 1: What You Need To Program and Programming Basics

0
[postlink]https://7arivu.blogspot.com/2011/09/developing-iphone-applications-using.html[/postlink]
http://www.youtube.com/watch?v=s8nMpi5-P-I&feature=relmfu endofvid [starttext] ABSTRACT Apple's iPhone has resulted in significant interest from users and developers alike. Apple's SDK for the iPhone is based on Objective-C as the development language as well as Cocoa for the GUI. Unfortunately Apple's license agreement for the iPhone SDK prohibits the porting of the Java virtual machine to the iPhone. In this presentation we introduce an Open Source Java-to-Objective-C cross-compiler as well as a Java-based implementation of the Cocoa library. With the help of these tools, iPhone applications can be written in pure Java. Using the Java version of Cocoa, it is possible to run a Java-based iPhone application as a Java desktop/applet application that can be cross-compiled to run natively on the iPhone. The talk will discuss the challenges of the Java-to-Objective-C cross-compiler as well as the Java-based version of Cocoa. Details are available at http://www.xmlvm.org/ Speaker: Arno Puder Arno Puder is an Associate Professor at the San Francisco State University. Prior to his current position, he worked for AT Labs Research. His interests include middleware, ubiquitous computing, and applications for sensor networks. He is one of the founders of the Open Source CORBA implementation called MICO. [endtext]

Developing iPhone Applications using Java