Cargando…

Beginning Android Programming with Android Studio.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: DiMarzio, Jerome F.
Otros Autores: Lee, Wei-Meng
Formato: Electrónico eBook
Idioma:Inglés
Publicado: New York : Wiley, 2013.
Edición:4th ed.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Title Page; Copyright; About the Author; About the Technical Editor; Credits; Acknowledgments; Contents; Introduction; Who This Book Is For; What This Book Covers; How This Book Is Structured; What You Need to Use This Book; Conventions; Source Code; Errata; P2P.wrox.com; Chapter 1: Getting Started with Android Programming; What Is Android?; Android Versions; Features of Android; Architecture of Android; Android Devices in the Market; The Android Market; Obtaining the Required Tools; Android Studio; Android SDK; Creating Android Virtual Devices (AVDs); The Android Developer Community.
  • Launching Your First Android ApplicationSummary; Chapter 2: Using Android Studio for Android Development; Exploring the IDE; Using Code Completion; Debugging Your Application; Setting Breakpoints; Navigating Paused Code; Publishing Your Application; Generating a Signed APK; Summary; Chapter 3: Activities, Fragments, and Intents; Understanding Activities; Applying Styles and Themes to an Activity; Hiding the Activity Title; Displaying a Dialog Window; Displaying a Progress Dialog; Linking Activities Using Intents; Returning Results from an Intent; Passing Data Using an Intent Object; Fragments.
  • Adding Fragments DynamicallyLife Cycle of a Fragment; Interactions Between Fragments; Understanding the Intent Object; Using Intent Filters; Displaying Notifications; Summary; Chapter 4: Getting to Know the Android User Interface; Understanding the Components of a Screen; Views and ViewGroups; FrameLayout; LinearLayout (Horizontal) and LinearLayout (Vertical); TableLayout; RelativeLayout; FrameLayout; ScrollView; Adapting to Display Orientation; Anchoring Views; Managing Changes to Screen Orientation; Persisting State Information During Changes in€Configuration; Detecting Orientation Changes.
  • Controlling the Orientation of the ActivityUtilizing the Action Bar; Adding Action Items to the Action Bar; Creating the User Interface Programmatically; Listening for UI Notifications; Summary; Chapter 5: Designing Your User Interface with Views; Using Basic Views; TextView View; Button, ImageButton, EditText, CheckBox, ToggleButton, RadioButton, and RadioGroup Views; ProgressBar View; AutoCompleteTextView View; Using Picker Views; TimePicker View; DatePicker View; Using List Views to Display Long Lists; ListView View; Using the Spinner View; Understanding Specialized Fragments.
  • Using a ListFragmentUsing a DialogFragment; Using a PreferenceFragment; Summary; Chapter 6: Displaying Pictures and Menus with Views; Using Image Views to Display Pictures; ImageView View; ImageSwitcher; GridView; Using Menus with Views; Creating the Helper Methods; Options Menu; Context Menu; Using WebView; WebView; Summary; Chapter 7: Data Persistence; Saving and Loading User Preferences; Accessing Preferences Using an Activity; Programmatically Retrieving and Modifying the Preferences€Values; Persisting Data to Files; Saving to Internal Storage; Saving to External Storage (SD Card).