Thanks MB My only concerned with app memory is i would start getting "out of memory exception "
On Thu, Jul 10, 2014 at 6:03 PM, MathieuB <[email protected]> wrote: > Please don't mess up with the user storage by creating a folder like the > other guy said. Use the folder allocated to your app. > > Have a look at > http://developer.android.com/reference/android/content/Context.html#getExternalFilesDir(java.lang.String) > > Then when the user uninstall your app, it won't leave random unwanted > files on his memory. > > Le mardi 8 juillet 2014 06:38:47 UTC-4, rahul kaushik a écrit : > >> In my app i need to install files(Html) from the server,i want to save it >> unzip it and show in my webview >> what could be the best possible place to download save and unzip the file >> "App Internal memory or External Memory" of phone >> >> Please Suggest >> >> Thanks >> Rahul Kaushik >> > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

