Android application development cookbook 93 recipes for building winning apps

A must-have collection of ready-to-use Android recipes! The popularity of Google Android devices is seemingly unstoppable and the Android 4 release offers, for the first time, a single OS solution for building both phone and tablet applications. With that exciting information in mind, veteran author...

Descripción completa

Detalles Bibliográficos
Autor principal: Lee, Wei-Meng (-)
Formato: Libro electrónico
Idioma:Inglés
Publicado: [Hoboken, New Jersey] : John Wiley & Sons 2013.
Edición:1st edition
Colección:Programmer to programmer.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628853106719
Tabla de Contenidos:
  • Android Application Development Cookbook: 93 Recipes for Building Winning Apps; Introduction; Chapter 1: Android Fundamentals; Recipe 1.1 Linking Activities; Solution; Recipe 1.2 Passing Data Between Activities; Solution; Recipe 1.3 Passing Objects Between Activities; Solution; Recipe 1.4 Sending and Receiving Broadcasts; Solution; Recipe 1.5 Assigning Priorities to Broadcast Receivers; Solution; Recipe 1.6 Auto-Launching Your Application at Boot Time; Solution; Recipe 1.7 Calling Built-In Apps; Solution; Recipe 1.8 Making Your Application Callable By Others; Solution
  • Chapter 2: Using Views to Design the User InterfaceRecipe 2.1 Using Buttons; Solution; Recipe 2.2 Using Image Buttons; Solution; Recipe 2.3 Using Radio Buttons; Solution; Recipe 2.4 Using CheckBoxes; Solution; Recipe 2.5 Implementing a Star Rating System; Solution; Recipe 2.6 Using AutoCompleteTextView; Solution; Recipe 2.7 Displaying Web Pages; Solution; Recipe 2.8 Using the TimePicker; Solution; Recipe 2.9 Using the DatePicker; Solution; Recipe 2.10 Using LinearLayout for View Positioning; Solution; Recipe 2.11 Using RelativeLayout for View Positioning; Solution
  • Recipe 2.12 Using FrameLayout for View PositioningSolution; Recipe 2.13 Using TableLayout for View Positioning; Solution; Recipe 2.14 Using the ScrollView; Solution; Recipe 2.15 Displaying Context and Options Menus; Solution; Recipe 2.16 Displaying Dialogs; Solution; Recipe 2.17 Implementing Paging; Solution; Chapter 3: Displaying Lists of Items and Images; Recipe 3.1 Displaying a List of Items Using the ListView; Solution; Recipe 3.2 Customizing the ListView; Solution; Recipe 3.3 Displaying Multiple ListViews; Solution; Recipe 3.4 Creating Custom ListViews; Solution
  • Recipe 3.5 Further Customizing Each Row with Additional TextViewsSolution Part One: Adding Additional TextViews; Solution Part Two: Recycling Each Row; Recipe 3.6 Displaying a List of Items Using the Spinner View; Solution; Recipe 3.7 Displaying a List of Images; Solution; Recipe 3.8 Animating the Changing of Images Using the ImageSwitcher; Solution; Recipe 3.9: Displaying Images Using the GridView; Solution; Recipe 3.10 Building a Master-Detail User Interface; Solution; Chapter 4: Telephony; Recipe 4.1 Calling from Your Application; Solution
  • Recipe 4.2 Monitoring the State of the PhoneSolution; Recipe 4.3 Monitoring Phone State in the Background; Solution; Recipe 4.4 Blocking Outgoing Calls; Solution; Recipe 4.5 Auto-Answering an Incoming Call; Solution; Recipe 4.6 Switching to Airplane Mode; Solution; Recipe 4.7 Getting the Phone Number, IMEI, and SIM Card ID; Solution; Recipe 4.8 Enabling Bluetooth; Solution; Recipe 4.9 Displaying the Call Log; Solution; Chapter 5: Messaging; Recipe 5.1 Sending SMS Messages Through the Built-in Messaging Application; Solution
  • Recipe 5.2 Sending SMS Messages Programmatically in Your Android Application