Hi i am working on an android application. Its a you tube type of application.
I am facing one issue . There is a download feature in my app. When i start downloading some content then during downloading if i will create any another network connection then it will take more time.
For Downloading i used a Asyntask handled by a services.
and for simple network call i used a Asyntask.
Then kindly please suggest me how can i overcome with this problem.
My expectation is if downloading is in progress then if i make some network call then this network call should be on high priority.
Please suggest.