How can my NDK app download data in the background on Android?

76 Views Asked by At

I have an NDK app (game) that needs to download 1gb of game data the first time it's run. It does this in C++ code via TCP/IP. How do I keep the download going if/when the user switches apps?

0

There are 0 best solutions below