I am creating an app, which has an audio player. I get the audio file, and the image file (the waveform of the audio) from a server. I want to draw on the waveform, and I am here for advice, which are the best solution.
1, I want to give the opportunity to the user to highlight an interval on the waveform. It would be great if I could handle multitouch. What widget should I use for better performance? Should I use surfacelayout or what do you recommend? I dont really hav any experience in this field.