Android Programming for Beginners: Build in-depth, full-featured Android 9 Pie apps starting from zero programming experience, 2nd Edition

John Horton

  • 出版商: Packt Publishing
  • 出版日期: 2018-10-31
  • 售價: $1,960
  • 貴賓價: 9.5$1,862
  • 語言: 英文
  • 頁數: 766
  • 裝訂: Paperback
  • ISBN: 1789538505
  • ISBN-13: 9781789538502
  • 相關分類: Android
  • 海外代購書籍(需單獨結帳)

商品描述

Learn all the Java and Android skills you need to start making powerful mobile applications with practical and actionable steps

Key Features

  • Kick-start your Android programming career, or just have fun publishing apps to the Google Play marketplace
  • A first-principles introduction to Java, via Android, which means you'll be able to start building your own applications from scratch
  • Learn by example and build four real-world apps and dozens of mini-apps throughout the book

Book Description

Are you trying to start a career in programming, but haven't found the right way in? Do you have a great idea for an app, but don't know how to make it a reality? Or maybe you're just frustrated that in order to learn Android, you must know Java. If so, then this book is for you.

This new and expanded second edition of Android Programming for Beginners will be your companion to create Android Pie applications from scratch. We will introduce you to all the fundamental concepts of programming in an Android context, from the basics of Java to working with the Android API. All examples use the up-to-date API classes, and are created from within Android Studio, the official Android development environment that helps supercharge your application development process.

After this crash course, we'll dive deeper into Android programming and you'll learn how to create applications with a professional-standard UI through fragments and store your user's data with SQLite. In addition, you'll see how to make your apps multilingual, draw to the screen with a finger, and work with graphics, sound, and animations too.

By the end of this book, you'll be ready to start building your own custom applications in Android and Java.

What you will learn

  • Master the fundamentals of coding Java for Android Pie
  • Install and set up your Android development environment
  • Build functional user interfaces with the Android Studio visual designer
  • Add user interaction, data captures, sound, and animation to your apps
  • Manage your apps' data using the built-in Android SQLite database
  • Find out about the design patterns used by professionals to make top-grade applications
  • Build, deploy, and publish real Android applications to the Google Play marketplace

Table of Contents

  1. Beginning Android and Java
  2. First Contact: Java, XML and the UI Designer
  3. Exploring Android Studio and the project structure
  4. Getting Started with layouts and Material Design
  5. Beautiful Layouts with CardView and ScrollView
  6. The Android Lifecycle
  7. Java Variables, Operators and Expressions
  8. Java Decisions, and Loops
  9. Java Methods
  10. Object-Oriented programming
  11. More Object-Oriented Programming
  12. The Stack, the Heap and the Garbage Collector
  13. Anonymous Classes - Bringing Android Widgets to Life
  14. Android Dialog Windows
  15. Arrays, ArrayList, Map and Random Numbers
  16. Adapters and Recyclers
  17. Data Persistence and Sharing
  18. Localization
  19. Animations and Interpolations
  20. Drawing Graphics
  21. Threads, and starting the Live Drawing App
  22. Particle Systems and Handling Screen Touches
  23. Supporting Different Versions of Android, Sound Effects and Spinner Widget
  24. Design Patterns, Multiple Layouts and Fragments
  25. Advanced UI with Paging and Swiping
  26. Advanced UI with Navigation Drawer and Fragment
  27. Android Databases
  28. Coding a Snake Game using everything we have learned so far
  29. Enumerations and finishing the Snake game
  30. A Quick Chat Before You Go