Book Image

Corona SDK Mobile Game Development: Beginner's Guide

By : Michelle M Fernandez
Book Image

Corona SDK Mobile Game Development: Beginner's Guide

By: Michelle M Fernandez

Overview of this book

Table of Contents (19 chapters)
Corona SDK Mobile Game Development Beginner's Guide Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

The Google Play Store


The Google Play Store is a publishing platform that helps you publicize, sell, and distribute your Android applications to users around the world.

To register as a Google Play Developer and get started with publishing, visit the Google Play Android Developer Console publisher site. You can sign up for an account at https://play.google.com/apps/publish/.

Creating launcher icons

A launcher icon is a graphic that represents your application. Launcher icons are used by applications and appear on the user's home screen. They can also be used to represent shortcuts in your application. These are similar to the icons created for iOS applications. The following are the launcher icon requirements, which also need to be in a 32-bit .png format:

  • Icon-ldpi.png: This is a 36 x 36 px image at 120 dpi, which is used for low-density screen

  • Icon-mdpi.png: This is a 48 x 48 px image at 160 dpi, which is used for medium-density screen

  • Icon-hdpi.png: This is a 72 x 72 px image at 240 dpi...