-
Notifications
You must be signed in to change notification settings - Fork 12
Getting Started
Lydia Lim edited this page May 8, 2017
·
2 revisions
Download and install Android Studio
For creating *.png images, I used Inkscape to create the following images used in this project. Followed by GIMP to manipulate and touch up the graphics.

The minimum graphic any application requires is the Launcher logo, this is the icon that the user clicks on to launch the application. If there isn't one, the default icon provided by android studio would be the green android robot.
For laucher logos, we place them in mipmap folders. Reasons why and how can be found at: Ref:(https://androidbycode.wordpress.com/2015/02/14/goodbye-launcher-drawables-hello-mipmaps/)
