Register your product to gain access to bonus material or receive a coupon.
Accessible from your Account page after purchase. Requires the free QuickTime Player software.
Videos can be viewed on: Windows 8, Windows XP, Vista, 7, and all versions of Macintosh OS X including the iPad, and other platforms that support the industry standard h.264 video codec.
Lesson 3: Introduction to Classes, Objects, Methods and Strings
Introduction
Account class that contains a name instance variable and methods to set and get its value
Creating and manipulating an Account object
Conceptual view of an Account object
Account class with a constructor that initializes the name instance variable
Using the Account constructor to initialize the name instance variable when each Account object is created
Adding the TextViews, EditText, SeekBar and LinearLayouts
Account class with a double instance variable balance and a constructor and deposit method that perform validation
Inputting and outputting floating-point numbers with Account objects