Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Add infinite scrolling for TableViews #104

Open
mcongrove opened this issue Jan 30, 2013 · 4 comments
Open

Add infinite scrolling for TableViews #104

mcongrove opened this issue Jan 30, 2013 · 4 comments

Comments

@mcongrove
Copy link
Owner

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
Copy link
Contributor

FokkeZB commented Feb 5, 2013

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

Let me know if you any changes to this widget.

@mcongrove
Copy link
Owner Author

That was the plan 👍

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

@mcongrove
Copy link
Owner Author

How do we handle this for Android?

@FokkeZB
Copy link
Contributor

FokkeZB commented Feb 10, 2013

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants