I've a form that occupies upper half of the screen and I want to show the keyboard
at the bottom half all the time. How do I do that?
(Android 2.1, NexusOne)
I'd like to implement drill down view in Android. Currently, onListItemClick, I refill
the same list view with different data.
questions:
any other suggestions? Something like the way it is done using UITableView on iPhone?
is it possible to animate (push left or right) the listview fill operation?