Hello Taifun,
I was checking my phone (removing some folders) and came across the donotdelete/prefetch folder you had in your app. I guess the files did download in the phone without the notification bar showing the download. I guess thats what was a bit confusing.
is there a way (using your sample and making modifications) to download the files one by one (like you have to press a specific button to download a corresponding file) and have the android notification bar show the download? sort of like if you use your mobile browser to download an apk, you see the download notification appear in the bar.
i dont want to use the method you have of downloading all the files at once and i dont want the screen to show the progress bar.
I tried again and did the following code. the activity starter part worked perfectly in the emulator but when installed on the phone, the browser opens and closes without starting the download. the web.gotfile part doesnt work and you mentioned i need a web.got code to be added. I cant seem to figure out how to use it.
forgetting about my initial questions and using the example below, what am i doing wrong? how can i get it working correctly? how do i use the web.gotfile part correctly?
thanks for your help bro