How do I implement drill down (list)view ?
- by HiQuLABS
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?