onScroll is called very frequently, much much more frequent than binding 
calls... does the loading mechanism knows how to deal with that? how 
frequent are the IO calls? Making too much I/O is never a good thing 
(including accessing the flash drive... these are system blocking)
 

On Tuesday, May 14, 2013 1:57:45 AM UTC+3, Nathan wrote:

>
>
> On Saturday, May 11, 2013 11:57:12 PM UTC-7, Piren wrote:
>>
>> The custom view does DB/IO while scrolling? 
>
> Asynchronously, in a threadpool, yes. Not blocking the UI.   
>  
>
>> the processes that run while bindView/getView is called are what 
>> important.
>
>
> BindView and GetView are not called. It's not a listview. I used the word 
> scrolling, though I could have used panning. I used scroll because of the 
> name of 
>
> GestureDetector.OnGestureListener.onScroll
>
> Probably similar to mapview, but I am not able to say how similar, not 
> having used mapview and not having any source code for mapview.  
>
> P.S - HttpClient does use cache. 
>>
>
> Ok, then I guess it would get some activity. I don't know how often I 
> would be expected to clean it up. Any known issues with the Droid Razr HD 
> that cause it to freeze at random times if the cache has stuff in it? 
>
> Nathan
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to