Application UI

  • Replies:1
Mohammad Umair
  • Forum posts: 1

Nov 24, 2014, 12:37:51 PM via Website

I am graphics designer and developed many application user interfaces in photoshop. But now I want to convert them to android xml working layouts. I am beginner to this so I have no idea how to do this.

Please help me out or share link from where I can learn to make interfaces from photoshop to android

Reply
Kevin Berendsen
  • Forum posts: 118

Nov 24, 2014, 1:30:58 PM via Website

I came across a few lame generators that could convert your PSD into Android XML layouts but those are not reliable at all. If you want to do it right, you should do it manually and that might take some time as a beginner. It took me some time as well.

Tutorials: http://developer.android.com/guide/topics/ui/overview.html

The url above links you to a website that could explain most of the elements used in Android applications. They are very general but it's a very good place to start with. If you wish to go more in the advanced stuff, you most likely won't tutorials about that on the url that I just posted. Take it slow and process it good otherwise you might end up frustrated and confused.

Reply