Book Image

Mastering Android Game Development

By : Raul Portales
Book Image

Mastering Android Game Development

By: Raul Portales

Overview of this book

Table of Contents (18 chapters)
Mastering Android Game Development
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
API Levels for Android Versions
Index

Summary


We have learned how to do frame-by-frame animations and how to animate views using the two different frameworks that Android provides, view animation and PropertyAnimation.

We have studied the differences between and limitations of each of them and learned when to use one or the other.

We have animated the dialogs and also the main menu. For the titles, we have seen how we could achieve the same result with different approaches.

All in all, the game looks much smoother since a lot of the content is animated now.

We could say that the game is finished, but we will add some more features to make it more interesting. Google provides us with an API to manage achievements and leaderboards. Both features are a part of Google Play services and this is what we will do next!