Question

I'm thinking about making an activity with multiple gridviews. One grid would have one column and 10 items (cells) and I would have around 8 of these total. The gridviews are made programmatically and added to the layout. The gridviews would use cursoradapter (same one basically but different query). Basically this resembles table layout.

Below a silly illustration of what I'm trying to do. a, b and c would all be programmatically created and they'd basically use the same adapter but with different queries.

 a  b  c 
.__.__.__.
|__|__|__|
|__|__|__|
|__|__|__|

Is there anything that I should take into account? Is this recommended at all? If I'd use notifychange when there are new rows in database, would this update it for all the adapters?

Thanks for your time.

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top