I am new to android. How can I set an icon for my android application?
|
If you intend on your application being available on a large range of devices, you should place your application icon into the four different
You then define the icon in your
|
|||||||||||
|
|
put your image in drawable folder and set in manifest file... like as
|
||||
|
|
|
place you image in drawable folder either of three and set like this
|
|||
|
|
|
you can start by reading the documentation. Here is a link: http://developer.android.com/guide/topics/fundamentals/activities.html |
|||||||
|
|
I found this link most useful.
Done http://android-ui-utils.googlecode.com/hg/asset-studio/dist/icons-launcher.html |
||||
|
|
|
||||
|
|
|
Right click your project, go to New > Other > Android > Android Icon Set Then follow the instructions on the Wizard |
|||
|
|