[android-developers] Subfolders in the res/drawable

2009-10-05 Thread poncz
Hi, Is it possible to have subfolders in the /res/drawable directory. I would like my resources to be orgenized in a tree view and not in a flat dir. If it is possible so how do I reference the resource from the code? Thanks, --~--~-~--~~~---~--~~ You received

[android-developers] EditText onChange

2009-08-23 Thread poncz
My Application need to perform a database search when the user change the text in an EditText view. I need a method like onChange to allow me to know when the text in the EditText changed. How can I detect a change in the EditText view? Thanks,

[android-developers] Re: EditText onChange

2009-08-23 Thread poncz
I think I found it: etSearch.addTextChangedListener(new TextWatcher() { public void afterTextChanged (Editable s){ Log.d(seachScreen, afterTextChanged); } public void beforeTextChanged

[android-developers] Re: Animated window transitions in Android 1.5

2009-05-12 Thread poncz
How do you set an animation for an activity in SDK 1.5? Thanks, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: Button (with background image ) doesn't show press action

2009-05-04 Thread poncz
How do you create a state-list drawable? Do you have an example? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To