I want to download files from internet in my Android Native application. I was searching for reference to it on the net but couldn’t find any.
Could somebody please tell me if it is even possible and if it is what to look for or where?
Is there a ported C++ library that can do this?
Thanks
There are C libraries that can do Internet access –
libcurlcomes to one’s mind – but why not use Android’s builtin Java stack?