i'm an italian guy and i'm developing an android app for a course that i'm attending at Information and Communication Technologies university. This is my question: following android philosophy, it is right to create 12 folders for different values of hight and width (in dpi) in android?
I mean:
values-ldpi
values-mdpi
values-hdpi
values-xhdpi
values-small-ldpi
...
...
...
values-xlarge-hdpi
values-xlarge-xhdpi
I can't use "match_parent"
or "wrap_content"
everywhere, so for some components i have to specify the size in dpi.