Hi,
I would like to create a collapsable ListView - so when an item is clicked it will expand to a view with more details on the screen. Like done in iOS weather app.
I found a similar thing done in iOS at Github here: https://github.com/Antol/APPaginalTableView
And here is what the result should look like: https://www.youtube.com/watch?v=X1YvxDMr0yA
I would like to have this both on Android and iOS. And I was wondering if such thing is possible using ListView since ListView performance is better than using TableView.
Can this be done?