Hello all,
I'm trying to implement something similar to Sunrise
Basically I have a list which I want to:
- Load new items when scroll reach to end and add them to the end of the list
onEndReached
- Load old items when scroll reach to top and add them to the beginning of the list
- I need to show section headers
renderSectionHeader and I need to know when the current section was changed.
- I want to jump into specific section in the list
Is it possible to implement it with ListView? If so, do you have any tips on how to do that?
Your help is appriciated,
Ran.