I found that there are 4 aspects to change the android application for multiple screen support.
1.screen size 2. screen density 3.orientation(portrait/landscape) 4.aspect ratio(long/not long)
I have clear idea about screen size,density and orientation. But I don't know how to identify aspect ratio. Is it necessary to explicitly create folder for orientation and aspect ratio?. Please guide me.
Thanks in advance.