I have a question regarding the Network operation in android application, If suppose I have a async task in my application which is downloading data from Server via REST APIs.
My questions are
- While the async task is being executed if the user presses the home button what happens to the network operation?
- If I again start the application do i need to execute the network operation again?