Use
* Android-Universal-Image-Loader 
<https://github.com/nostra13/Android-Universal-Image-Loader> forget the 
rest.*I am using it for my several projects including heavy images that has 
to be loaded from drawables, this handles downloading, caching, memory & 
loading into UI in runtime.



On Wednesday, 19 February 2014 05:04:02 UTC+5:30, Tom Yu wrote:
>
> I am creating a security app that displays pages of security footage as a 
> gridview of images. I am polling the network for updates to the footage and 
> if so, I'll update the backing object and call 
> 'adapter.notifyDataSetChanged()'.
>
> You can imaging that the data set changes quite frequently. As such, user 
> interaction will suffer like swiping between pages and scrolling through a 
> page. 
>
> I am using a FragmentPagerAdapter.
>
> I want to get this as smooth as nice to use as possible. Any insight or 
> suggestions on how to solve this problem is greatly appreciated.
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to