hi this is SATYA.N I am using the android asynctask functionality to run a back end thread. I created my own view where am drawing some graphics on a canvas. and I have an another thread that captures the audio recorded data from MIC and analyses the audio data for 3.4 seconds and sends the data to the main view fro every 3.4 seconds.
the problem is when the main view is a list view its working well... I mean I am able to see the values changing fro every 3.4 seconds in the list(I am running a loop for 10 times that means for first 34 seconds I am seeing the value changing for 10 times). here am using array adapter. but when I created my own view like a canvas or surface view (for example am drawing a circle on a canvas in my_view the circle radius should change for every 3.4 seconds) I am not seeing the continuous change in the circle radius. instead of that am seeing the final circle after 34 seconds as am running the loop for 10 times. can you people help me in using the async task efficiently in my own view?? thank you SATYA.N -- 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

