Log In
Or create an account ->
Imperial Library
Home
About
News
Upload
Forum
Help
Login/SignUp
Index
Cover
Title
Copyright
Dedication
Contents at a Glance
Contents
About the Author
About the Technical Reviewer
Acknowledgments
Chapter 1: Setting Up Android Studio
Installing the JDK
Installing Android Studio
Updating Android Studio
Chapter 2: Creating a New Project
Opening Android Studio for the First Time
Creating a New Project
Chapter 3: Exploring the IDE
Android Studio Windows
Project Window
Code Editor
Layout Editor
IntelliJ
Code Generation
Getters and Setters
Autocomplete
Breakpoints
Chapter 4: GitHub as your VCS
Setting up a GitHub Account
Setting a VCS in Android Studio
Sharing a project on GitHub
Chapter 5: Intro to Game Development
The Game Engine
The Game Loop
Chapter 6: OpenGL ES and Polygons
Understanding How OpenGL ES Works with Android
Using Shaders
Vertex Shaders
Fragment Shaders
Setting Up Your Game Loop
Chapter 7: Loading Images and Spritesheets
Adding the Image to Your Project
Loading the Image
Making the Image Scroll
Working with Spritesheets
Chapter 8: Reading User Input
Using the onTouchEvent()
Adding a Gesture Listener
Chapter 9: In-Game Movement
Chapter 10: Collision Detection
Using Basic Collision Detection
Using More Robust Collision Detection
Index
← Prev
Back
Next →
← Prev
Back
Next →