I'm having a load of issues with android images.
I just don't know what sizes to make them and how to make them behave.
I'm coming from iphone development right, so in iphone dev I would fire up photoshop, create a canvas that is 640*960 and design my app.
I would then cut up the resulting design and export all the images with the extention @2x. Then I would scale it by 0.5 and export for standard display devices.
This is easy to understand... this is easy to do. If I want an image to take up half the screen I would make it 320px wide for the high res and 160px wide for standard res.
Unfortunately android isn't working like this. I can't figure it out. There is no "easy conversion" as it were. I don't know how many dip a screen in android is!
So I end up using things like wrap_content which doesn't help because then different screens just display different resolutions of the image. I'm having so many issues with extraneous margins on images and all sorts! Its driving me crazy.
Any help with learning how to use images with android properly would be much appreciated.
thank you