Getting started with Photoshop for an Android app

I am developing an Android application in Photoshop. But I'm stuck in the first step. I have so much confusion, and after searching for a solution on Google, the confusion has tripled.

My big perplexities

1. What should be the size of the canvas
2. What is the size of the status bar 3. How many sizes of assets that I have to transfer to the development team.

Few offered to do everything in DP. Confusion again.

1.How to set up Photoshop workspace in DP.
2. What size canvas should I start with. 3. What is the size of the status bar.
4.show font size in sp.

Thank you very much.

+3
source share
1

dp = px Photoshop

  • xlarge 960dp x 720dp
  • 640dp x 480dp
  • 470dp x 320dp
  • 426dp x 320dp

  • 320dp: (240x320 ldpi, 320x480 mdpi, 480x800 hdpi ..).
  • 480dp: , Streak (480x800 mdpi).
  • 600dp: 7- (600x1024 mdpi).
  • 720dp: 10- (720x1280 mdpi, 800x1280 mdpi ..).

Sample android PSD

, .

+5

All Articles