Android Studio Game Development Concepts and Design /

This one of a kind short book walks any Android developer through the process of creating mobile games using the new Android Studio IDE. What You’ll Learn How to create projects in Android Studio How to use the SDK manager to keep your Android SDK current How to commit and get projects to and from G...

Full description

Bibliographic Details
Main Author: DiMarzio, J. F. (Author)
Corporate Author: SpringerLink (Online service)
Format: Electronic eBook
Language:English
Published: Berkeley, CA : Apress : Imprint: Apress, 2015.
Subjects:
Online Access:Full Text via HEAL-Link
Table of Contents:
  • 1. Installing Android Studio
  • 2. Exploring the IDE
  • 3. Creating a New Project
  • 4. Setting-Up Git Hub as Your VCS
  • 5. Intro to Game Development
  • 6. OpenGL ES and Polygons
  • 7. Loading Images and Sprite Sheets
  • 8. Reading User Input
  • 9. In-Game Movement
  • 10. Collision Detection.