Skip to content

pheecian/TableFixHeadersBasedOnCanvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TableFixHeadersBasedOnCanvas

1.Rewrite open source TableFixHeaders project TableFixHeaders as customized view to improve the scolling performace in the case that more than 500 cells would be shown in one screen. The optimization motivation is based on the fact that large scale Android ViewGroup is not performance-friendly for rendering. Current optimization is to reuse most part of the already rendered view data, and only re-render the delta part due to scroll, the same as subview recycle.

2.Support merged cell by introducing mergeId as cell's property
3. ScreenShot image

About

Rewrite open source TableFixHeaders project by customized view

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages