Click here to Skip to main content
15,890,512 members
Home / Discussions / Android
   

Android

 
GeneralRe: How to add youtube thumbnail in list item ? Pin
Member 1226347714-Jan-16 5:18
Member 1226347714-Jan-16 5:18 
GeneralRe: How to add youtube thumbnail in list item ? Pin
Richard MacCutchan14-Jan-16 5:26
mveRichard MacCutchan14-Jan-16 5:26 
QuestionRe: How to add youtube thumbnail in list item ? Pin
David Crow14-Jan-16 6:00
David Crow14-Jan-16 6:00 
AnswerRe: How to add youtube thumbnail in list item ? Pin
Member 1226347721-Jan-16 18:58
Member 1226347721-Jan-16 18:58 
QuestionHow can I get data from WAZE? Pin
Member 1147089810-Jan-16 5:31
Member 1147089810-Jan-16 5:31 
QuestionRe: How can I get data from WAZE? Pin
David Crow10-Jan-16 15:50
David Crow10-Jan-16 15:50 
QuestionStop refreshing List Item-view in ListView in Android Pin
Tirumaleswara Reddy.K4-Jan-16 22:44
Tirumaleswara Reddy.K4-Jan-16 22:44 
AnswerRe: Stop refreshing List Item-view in ListView in Android Pin
Afzaal Ahmad Zeeshan4-Jan-16 23:14
professionalAfzaal Ahmad Zeeshan4-Jan-16 23:14 
Audio is playing, because the background service is still active. To stop the audio, you would need the instance that is currently "playing", and to stop refreshing, you would need to remove the "UpdateList" handlers.

Both of which, I assume, you don't want to do. So, do this. Instead of stopping the update or refreshing of the list. Hold a reference to the "audio view". Either that, or while refreshing the list check which of the audio is currently in playing mode. Then, change the state of that item and leave the others as they should be.

This would require you to have:
  1. Static field, to hold the reference.
    • Either as a media name, or the instance and so on.
  2. Handler to update the list.
  3. Code to check which media item needs to be in "playing" mode once list is rendered again.
You forgot to share the code, it would still be better to share some code blocks so that we can practically help you out.
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~

GeneralRe: Stop refreshing List Item-view in ListView in Android Pin
Tirumaleswara Reddy.K5-Jan-16 18:31
Tirumaleswara Reddy.K5-Jan-16 18:31 
GeneralRe: Stop refreshing List Item-view in ListView in Android Pin
Tirumaleswara Reddy.K5-Jan-16 22:28
Tirumaleswara Reddy.K5-Jan-16 22:28 
QuestionRe: Stop refreshing List Item-view in ListView in Android Pin
David Crow5-Jan-16 2:17
David Crow5-Jan-16 2:17 
AnswerRe: Stop refreshing List Item-view in ListView in Android Pin
Tirumaleswara Reddy.K5-Jan-16 18:37
Tirumaleswara Reddy.K5-Jan-16 18:37 
GeneralRe: Stop refreshing List Item-view in ListView in Android Pin
Tirumaleswara Reddy.K5-Jan-16 22:31
Tirumaleswara Reddy.K5-Jan-16 22:31 
AnswerRe: Stop refreshing List Item-view in ListView in Android Pin
Member 123123587-Feb-16 4:24
Member 123123587-Feb-16 4:24 
QuestionAndroid Stack (FIFO,LIFO) in Fragments?? Pin
Gourav Gupta1-Jan-16 17:39
Gourav Gupta1-Jan-16 17:39 
GeneralRe: Android Stack (FIFO,LIFO) in Fragments?? Pin
Richard MacCutchan1-Jan-16 21:24
mveRichard MacCutchan1-Jan-16 21:24 
QuestionRe: Android Stack (FIFO,LIFO) in Fragments?? Pin
David Crow3-Jan-16 15:20
David Crow3-Jan-16 15:20 
AnswerRe: Android Stack (FIFO,LIFO) in Fragments?? Pin
Gourav Gupta3-Jan-16 17:15
Gourav Gupta3-Jan-16 17:15 
AnswerRe: Android Stack (FIFO,LIFO) in Fragments?? Pin
Afzaal Ahmad Zeeshan4-Jan-16 23:38
professionalAfzaal Ahmad Zeeshan4-Jan-16 23:38 
QuestionDrawing dashed line on Android Programmatically Pin
jasonalien23-Dec-15 23:23
jasonalien23-Dec-15 23:23 
QuestionRe: Drawing dashed line on Android Programmatically Pin
David Crow27-Dec-15 16:01
David Crow27-Dec-15 16:01 
AnswerRe: Drawing dashed line on Android Programmatically Pin
Richard MacCutchan27-Dec-15 21:57
mveRichard MacCutchan27-Dec-15 21:57 
Questionandroid bluetooth Pin
Member 1220823016-Dec-15 1:00
Member 1220823016-Dec-15 1:00 
AnswerRe: android bluetooth Pin
Afzaal Ahmad Zeeshan16-Dec-15 3:34
professionalAfzaal Ahmad Zeeshan16-Dec-15 3:34 
AnswerRe: android bluetooth Pin
David Crow17-Dec-15 2:48
David Crow17-Dec-15 2:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.