[android-developers] Re: ListView filtering with soft keyboard

2009-05-14 Thread Strickidinho

Is there a way to test this behavior in the simulator? I tryed, but
nothing happened when I long pressed the menu key.

And I want to implement it in a way that no hard keyboard is needed.
Is there a way to do this?

On 13 Mai, 17:28, Romain Guy romain...@google.com wrote:
 Long press the menu key. This works only on devices with no hard keyboards.

 On Wed, May 13, 2009 at 6:26 AM, Strickidinho stsandr...@googlemail.com 
 wrote:

  Hello,

  how can I use the newsoftkeyboardto filter aListView?

 --
 Romain Guy
 Android framework engineer
 romain...@android.com

 Note: please don't send private questions to me, as I don't have time
 to provide private support.  All such questions should be posted on
 public forums, where I and others can see and answer them
--~--~-~--~~~---~--~~
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-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: ListView filtering with soft keyboard

2009-05-14 Thread Romain Guy

The emulator (the simulator is something else) has a hard keyboard, so
no you cannot test it.

 And I want to implement it in a way that no hard keyboard is needed.
 Is there a way to do this?

You could probably do something by forcing the soft keyboard to show
up but it would most likely interfere with was ListView is trying to
do. And even worse, your app would behave differently from other apps
and it would just confuse the users. Stick to the standard behaviors.

-- 
Romain Guy
Android framework engineer
romain...@android.com

Note: please don't send private questions to me, as I don't have time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them

--~--~-~--~~~---~--~~
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-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: ListView filtering with soft keyboard

2009-05-14 Thread Strickidinho

Thanks for the reply.

I'll not implement a filte feature on my list. I've found out that
there is a bug (Issue 2078) with listview and checkbox items. And
until this is fixed the whole thing makes no sense. I hope this bug
will be fixed soon.

On 14 Mai, 16:58, Romain Guy romain...@google.com wrote:
 The emulator (the simulator is something else) has a hard keyboard, so
 no you cannot test it.

  And I want to implement it in a way that no hard keyboard is needed.
  Is there a way to do this?

 You could probably do something by forcing the soft keyboard to show
 up but it would most likely interfere with was ListView is trying to
 do. And even worse, your app would behave differently from other apps
 and it would just confuse the users. Stick to the standard behaviors.

 --
 Romain Guy
 Android framework engineer
 romain...@android.com

 Note: please don't send private questions to me, as I don't have time
 to provide private support.  All such questions should be posted on
 public forums, where I and others can see and answer them
--~--~-~--~~~---~--~~
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-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: ListView filtering with soft keyboard

2009-05-13 Thread Romain Guy

Long press the menu key. This works only on devices with no hard keyboards.

On Wed, May 13, 2009 at 6:26 AM, Strickidinho stsandr...@googlemail.com wrote:

 Hello,

 how can I use the new soft keyboard to filter a ListView?
 




-- 
Romain Guy
Android framework engineer
romain...@android.com

Note: please don't send private questions to me, as I don't have time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them

--~--~-~--~~~---~--~~
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-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---