[android-beginners] book questions..

2009-07-20 Thread eitan
apress, and 'the busy coder's guide to android' published via commonsware. i'm curious what the differences between the two titles might be / why i might want to read one over the other.. thanks in advance for your input. / eitan --~--~-~--~~~---~--~~ You received

[android-beginners] Re: book questions..

2009-07-20 Thread Eitan Suez
thanks for the detailed description/comparison. i've already read the first edition of the prags' book, and am looking for something complementary to it, but up to date as well. so perhaps a more detailed treatment like a 1100-page book might fit the bill. :-) / eitan On Mon, Jul 20, 2009 at 5

[android-beginners] localization question..

2009-06-30 Thread eitan
(and perhaps to even remove spanish, since i don't speak a word of it). thanks, / eitan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners

[android-beginners] theme anomaly?

2009-06-18 Thread eitan
, / eitan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to android-beginners

[android-beginners] android:completionThreshold

2009-06-12 Thread eitan
to be able to do the same. anyone know how to do this? thanks, / eitan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com

[android-beginners] issue with autocompletetextview and ime

2009-06-11 Thread eitan
entered?? 2. i can't figure out why the single line text field morphs into what looks like a multiline text area when in 'virtual keyboard' mode. any help/hints most appreciated. thanks, / eitan --~--~-~--~~~---~--~~ You received this message because you

[android-beginners] issue with autocompletetextview and ime

2009-06-11 Thread eitan
? :-) thanks, / eitan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to android

[android-beginners] Re: issue with autocompletetextview and ime

2009-06-11 Thread eitan
looks like i found a solution: _textfield.setOnEditorActionListener(new OnEditorActionListener () { public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { _textfield.dismissDropDown(); return false; } thanks, / eitan