문제

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.

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top