pakerfeldt / android-viewflow

A horizontal view scroller library for Android
1.78k stars 695 forks source link

lazyinit #64

Closed chripo closed 12 years ago

chripo commented 12 years ago

this patch contains a further improvement that might be usefull with heavily loaded views.

i added a listener ViewLazyInitializeListener that gets triggert if a view is going to be shown. the expensive work could be done in the handler method, e. g. querying the database.