Dan Armendariz Computer Science E-76 Notes on source code for lecture 4. ////////////// // Activity // ////////////// Activity03 - Defining a LinearLayout via XML Activity04 - Demonstrating some layout options: layout_*, gravity, weights Activity05 - Defining a TableLayout Activity06 - Defining a RelativeLayout Activity07 - Uses the same layout as Activity06, but now we're connecting objects in code to layout. - Activating buttons via event handlers - Basic user notifications via toast Activity08 - Another way to implement event handlers without additional object creation load. Activity09 - A better dialog - Accessing data from a text box Activity10 - Displaying data in a list with AdapterView ///////////// // Intents // ///////////// Intents01 - Simple resource usage via colors.xml Intents02 - Localization example, using res/values-en vs res/values-es Intents03 - Using image resources. Intents04 - Using sound resources by playing, pausing, restarting, and responding to completed sound.