I am new to Android and I need some advice on how to work with images.
I have a button which layout_width is match_parent. The button has rounded corner. So what image size should I choose to render the button so that in all devices it will look fine? Note: on this button I can't use 9 patch images. I don't want to use a 9 patch.
When I set my logo in a listview it is stretched and it appears very ugly. Let's say the image size which comes from server is 400x400 px wide. What should I do to scale the image to look fine in all devices?