android - Is it possible to make ListView "draw more" than is on the screen? (Cache more.) -


imagine have full screen listview, cells size of screen, , 100s of cells.

in fact, notice listview "keeps alive" about five of cells...

(let's say, 1 or 2 on screen , 1 or 2 , down offscreen.)

quite simply, can change "setting" 20? can force listview "more ready" when scroll -- say, "recycle less"?

what's situation? or should write own cell recycling handler? (as on ios.)

note that, - made "view" of listview perhaps 5x or 10x high actual screen. (and "real" screen in middle of that.) in fact, describe. have more cells "ready" time. in fact, can yo that? (perhaps that's trivial, don't know.) or listview trigger strictly "real, genuine" screen? can "trick" somehow in thinking screen 5x higher is?

cheers

i dont think can in android. because items recycled when off screen.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -