Programming Tutorials

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



Comment Added by : Mouad

Comment Added at : 2013-07-22 10:47:27

Comment on Tutorial : Progress bar and downloading a file sample program in Android By Ashley
just remember to add
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.INTERNET" >


View Tutorial