Android studio selecting wrong layouts -


i new android. building first application.

i have been trying make support multiple screens. have gone through developers section in android, but, not clear @ these things.

  1. what resolution, should use different drawable folders? (for example hdpi screen may have 500*600 screen or 1280*1920 screen.)

  2. i have been using layout folders mentioned in developers page, small, normal , rest, android keeps on selecting normal layouts screens nexus 6p(for guessing large appropriate).

is there way make better??

enter image description here
have write layout once have define dimensions dimens.xml different different resolutions in app>res>values.

enter image description here


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -