Paul Moore
Paul Moore

Reputation: 136

Listview in a table or tableview

Is it possible to put a listview with database adapter in a Scrollable table of a table view? To me and others this might sound sound silly but I already have an app coded with multiple scrollable table areas. The screen is split into 4 quadrants with data in each. The data comes from one table in a database. The display always works really great.

This part is for all to hear: I have coded the database data displays into each quadrant with tablerow objects. The problem arises when deleting records. The application has to update all the other table views. This will promote two monsters: 1:)app way too big and 2:) Slow performance. I have a demon crawling up my back that tells me I am programming myself into a corner. Any hacks, concerns, or start overs are welcome.

Upvotes: 0

Views: 94

Answers (1)

ziLk
ziLk

Reputation: 3200

There is a open source library whois name is TableView that is located in github.

There is also a sample app in this repo to display how it can us your own app.

Upvotes: 1

Related Questions