[android-beginners] Re: 'drawable' vs. 'drawable-hdpi' in Online Tutorial

2010-02-02 Thread Kitzy
If you go back to you tutorial link, bottom half of step 3. It tells you to make the drawbale directory and to put fome files in it. Also, it is best to program to the lowest sdk version possible. All sdks. Are backwards compatable (somethiing made for 1.5 will work on 2.1. However something made

Re: [android-beginners] Re: 'drawable' vs. 'drawable-hdpi' in Online Tutorial

2010-02-02 Thread Sean Hodges
On Tue, Feb 2, 2010 at 3:52 PM, Kitzy kitzyk...@gmail.com wrote: Also, it is best to program to the lowest sdk version possible. All sdks. Are backwards compatable (somethiing made for 1.5 will work on 2.1. However something made for 2.1 won't work on 1.5) although you can/should test in your

[android-beginners] Re: 'drawable' vs. 'drawable-hdpi' in Online Tutorial

2010-02-02 Thread Indicator Veritatis
Thanks for the suggestions. I thought I already tried the Refresh, but I will try that again. I did not try the Clean Project, so that will be worth trying, too. But for now, I have to admit my enthusiasm for this particular tutorial is somewhat dampened by the problems I found running it under

[android-beginners] Re: 'drawable' vs. 'drawable-hdpi' in Online Tutorial

2010-02-01 Thread Indicator Veritatis
And switching back to 1.5 usually works for me. But both your approach and mind sound like kludges. There should be a better solution. I really do not want, for example, to have to create this extra directory for EVERY tutorial I complete using SDK 2.1. Do you? On Feb 1, 3:01 pm, Ben Jerry's

Re: [android-beginners] Re: 'drawable' vs. 'drawable-hdpi' in Online Tutorial

2010-02-01 Thread Ben Jerry's South Bay
It was a bit kludgie...but for me as a newbie to eclipse...it was not to painful :-). On Mon, Feb 1, 2010 at 3:28 PM, Indicator Veritatis mej1...@yahoo.comwrote: And switching back to 1.5 usually works for me. But both your approach and mind sound like kludges. There should be a better

[android-beginners] Re: 'drawable' vs. 'drawable-hdpi' in Online Tutorial

2010-02-01 Thread Indicator Veritatis
Oh, well, thanks for your response anyway. But I am going to wait in the hopes that some who unlike us, it not a newbie, can come up with a suggestion that is not one of our newbie kludges;) On Feb 1, 4:16 pm, Ben Jerry's South Bay mochama...@gmail.com wrote: It was a bit kludgie...but for me