Hi,

My list view is slow due to a different reason. It is not due to the service
which runs in the background. My list view gets slow due to my logic
implementation. The service runs in the background and does not affect the
list view which runs on the main UI thread.

Thanks,
Prajakta

On Tue, Apr 20, 2010 at 2:55 PM, Prajakta Shitole <[email protected]>wrote:

> Hi Dianne,
>
> This does not happen in the standard music app. Thanks for guiding, I will
> look into the standard music app code to check what it does differently.
>
> Thanks,
> Prajakta
>
>
> On Tue, Apr 20, 2010 at 2:41 PM, Dianne Hackborn <[email protected]>wrote:
>
>> Does the same thing happen in the standard music app?  If not, have you
>> looked at the code for that app to see what it may be doing different?
>>
>>
>> On Tue, Apr 20, 2010 at 2:16 PM, praj <[email protected]> wrote:
>>
>>> Hi,
>>>
>>> I have an iconic list view which has lazy loading implemented. I have
>>> used a wrapper class to improve its efficiency (wrapper class which
>>> stores the ids of the list view) . My application is a media player
>>> application where I have a list of songs and when the user clicks on
>>> the songs the songs start playing (in the service which is in a
>>> different background thread). When the songs start playing the list
>>> view scrolling becomes really slow.
>>>
>>> Please can any one let me know how we can optimize the scrolling of
>>> the list view when a service is running in the background and if I am
>>> missing on anything.
>>>
>>> Thanks,
>>> Prajakta
>>>
>>> --
>>> 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]<android-developers%[email protected]>
>>> For more options, visit this group at
>>> http://groups.google.com/group/android-developers?hl=en
>>>
>>
>>
>>
>> --
>> Dianne Hackborn
>> Android framework engineer
>> [email protected]
>>
>> Note: please don't send private questions to me, as I don't have time to
>> provide private support, and so won't reply to such e-mails.  All such
>> questions should be posted on public forums, where I and others can see and
>> answer them.
>>
>>
>>  --
>> 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]<android-developers%[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 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

Reply via email to