Programming Tutorials

Comment on Tutorial - Progress bar and downloading a file sample program in Android By Ashley



Comment Added by : Nick

Comment Added at : 2012-06-20 07:37:15

Comment on Tutorial : Progress bar and downloading a file sample program in Android By Ashley
This works great, just remember to add <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses-permission> to your permissions or else it will not work.

View Tutorial