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