(Google Android SDK Development Paradigm (full version) Table of Contents Chapter 1 Understanding, Deepening, and Doing It Hands on. 1.1 Red Android 1.2 The book's purpose and scope of examples. 1.3 How to read the book. 1.4 Using the book's examples. 1.5 Reference website Chapter 2 Android initial experience. 2.1 Installing the Android SDK and ADTplug-in2.2 Building the first Android project (HelloAndroid!) 2.3 Android application architecture -- from now on 2.4 Visual interface development tools 2.5 Deploy and use programs to Android phones Chapter 3 User Human Machine Interface 3.1 Change and display text labels -- Use of TextView labels 3.2 Change the background color of mobile phone window screen -- Drawable method to define color constants 3.3 Change TextView text color -- Cite Drawable color constant and background color 3.4 Replace TextView text -- CharSequence data class Type and ResourceID use 3.5 to get the screen size of the phone -- DisplayMetrics to get the width and height of the screen 3.6 Stylized stereotyped objects -- Style definition 3.7 Simple button events -- Button event management 3.8 Conversion of mobile pages -- Use of setContentView 3.9 Call another activity -- Use of Intent objects 3.10 Data transfer between different activities -- Implementation of Bundle objects 3.11 Return data to the previous Ac Activity -- startActivityForResult method 3.12 Dialog box with interactive function -- AlertDialog window 3.13 Mechanism for replacing text color -- Interaction between Button and TextView 3.14 Control of different text fonts -- Use of Typeface objects 3.15 Special effects such as iPhone dragging photos -- Gallery gallery 3.16 Self controlled calculator -- Integration of multiple buttons 3.17 About program information -- Menu function menu Program design 3.18 Program loading, Please wait -- ProgressDialog integrates with threads and uses 3.19 full screen to cover with buttons -- dynamically generate buttons and maximize 3.20 Where will I go for dental sacrifice tonight—— Dialog box with selection function 3.21 Android face changing - Theme realization Chapter 4 The historical super luxurious mobile phone control 4.1 EditText and TextView dance together - setOnKeyListener This material includes the following attachments:)