[android-developers] EditText onKey does not fire in android 2.1

2011-02-28 Thread Mohammad Haque
Hi I have came across a problem with android 2.1 EditText. It does not fire onKey event listener. EditText edit = (EditText) findViewById(R.id.edit); edit.setOnKeyListener(new OnKeyListener() { @Override public boolean onKey(View

[android-developers] how to debug APK in emulator with maven dependency

2010-10-08 Thread Mohammad Haque
) and can not be debug as well. Could someone know how to debug in this situation? Any suggestion is highly appreciated. Regards Mohammad Haque -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] AutoCompleteTextView performance

2010-09-23 Thread Mohammad Haque
set. Any idea of improving performance? Thanks Mohammad Haque -- 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 unsubscribe from this group, send email to android

[android-developers] Re: AutoCompleteTextView performance

2010-09-23 Thread Mohammad Haque
Not so sure how it will behave performance wise if it hit db for every key type on the edit textview. But surely it worth to try. Can you please send me the SQL please. Regards On Sep 23, 6:08 pm, Bret Foreman bret.fore...@gmail.com wrote: I'm not sure if you have control over the db schema