Load other views in secondary thread Android -
in program use flipview taken library (https://github.com/emilsjolander/android-flipview). component use base adapter create views flip effect between them. component load first 2 views, fast, third effect becomes slow. wanted know if there method retrieve getview() load other pages in parallel thread. in way create first 2 views , automatically, viewed, load other. thanks
all ui loads , alternates ui thread main. can try rebuild flipview part of job in asynctask
Comments
Post a Comment