S
S
svsveta2015-11-28 23:34:35
User interface
svsveta, 2015-11-28 23:34:35

What resolution to use for android application?

In what resolution to draw an application for android? I understand that the most popular is hdpi. It's just that infa is very confusing on the net ... It's not clear which pixel / inch value to set - 72 or 240?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
F
FoxInSox, 2015-11-29
@FoxInSox

Draw in vector.

N
Nicholas, 2015-11-29
@ACCNCC

What is the risk of the lack of graphics in an Android application for all screens (ldpi, mdpi, hdpi)?

N
Neron, 2015-11-29
Lordov @Nekto_Habr

you set the dimensions in pixels to 360x640, but keep in mind that these are not pixels, but density independent points (dip), and draw with a vector.

S
Sergei Borisov, 2015-11-29
@risik

Check out this answer of mine:
Android\iOS game development (Unity3D 4.3, Cocos2D) - screen sizes, DPI, sprite scaling?
Perhaps this is the answer to your question

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question