julianomoraes / componentizationArch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List Component solution

TomMannson opened this issue · comments

How do you working with some complex lists?
Adapter is android class so in theory should by part of UIView but logic can be quite complex which should not be placed inside View related class because can't be easly tested. Do you recomend to manage Adapter inside UIComponents or UIView?
Another problem is to manage items in that adapter. Each should be a separate SubComponent?

Coming soon...

Looks nice.
How you are dealing with Global State. It can grows very much for really big app

Are you concerned with Memory usage? What is the concern with a bug Global State?

When it grows to much can be difficult to maintain.

Ok, I have done my homework. :)
Key to maintainability of "Big" State Object is its good structure.