Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android - Creating Images and Icons

I am working on an Android Application which requires some design but i am basically a developer with not much knowledge about designing stuff and i am working on the projects alone. Can anybody please help me about how to go with designing or some good links where i can learn it? Also can you also provide some links which would be a tool where i can create decent icons and images for my android application?

THANK YOU.

like image 348
Karan Avatar asked Dec 28 '22 07:12

Karan


2 Answers

i think this url may be useful to you

  • https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html#foreground.type=image&foreground.space.trim=1&foreground.space.pad=0.25&foreColor=rgba(96%2C%20125%2C%20139%2C%200)&backColor=rgb(68%2C%20138%2C%20255)&crop=0&backgroundShape=square&effects=none&name=ic_launcher
  • http://www.mutualmobile.com/wp-content/uploads/2011/03/MM_Android_Design_Guidelines.pdf
like image 108
bhargavkumar040 Avatar answered Jan 13 '23 11:01

bhargavkumar040


For getting the icons you have to refer the following:-

https://www.iconfinder.com/

And For converting the icons in mdpi,hdpi,xhdpi,xxhdpi and .9png you have to look into this:-

http://android-ui-utils.googlecode.com/hg/asset-studio/dist/nine-patches.html

hope it helps you a lot.

like image 35
Born To Win Avatar answered Jan 13 '23 09:01

Born To Win