mcongrove / ChariTi

Please do not use: this is out-dated
Other
113 stars 85 forks source link

Add infinite scrolling for TableViews #104

Open mcongrove opened 11 years ago

mcongrove commented 11 years ago

Currently, we only load in X number of items for each TableView. This needs to be infinite.

Will also need to investigate holding more data in DB, as currently we purge data on each new data request.

FokkeZB commented 11 years ago

You can use https://github.com/FokkeZB/nl.fokkezb.dynamicScrolling of course.

Let me know if you any changes to this widget.

mcongrove commented 11 years ago

That was the plan :+1:

This ticket is mainly for the Model logic and data storage.

mcongrove commented 11 years ago

How do we handle this for Android?

FokkeZB commented 11 years ago

I will have to add Android support by adding and removing a last row instead of using tablefooter.