I am developing an app in which I am trying to play a large download.This file is broken into small chunks of data and downloaded on the device, and from there I am trying to play them.
I am having few doubts in the development of this app
- Can *.mp3 be added to create a new *.mp3 on the device itself.
- As in my current case, I have not figured out solution for question 1, I am playing a file one after the other. What is the best way/approach to map these files with a progressbar/seekbar.
Any other approach seeking maximum efficiency of the app and efficient use of resources also welcome.