i want to clear my all doubts about android multiple screen support. i have searched a lot but not found any solution for it. i can clear my question by giving an example.
first i have a screen 480*800 and i have all image resources used in this screen with relative to this size(480*800). and i have created my layout using wrap_content attribute.
so i want to ask where i put these image resources in drawable hdpi or mdpi or ldpi or x-hdpi. for example if i put these in drawable hdpi then what about other folders and other screen sizes.
i have read all Article on developer's website but i didn't found any solution. or where could i found a complete tutorial whit handling this issue.
Thanks in advance.