views:

40

answers:

1

I've seen some apps like dolphin browser (not the HD version, the normal one) utilizing a cache-to-sd for webview but i can't seem to figure out how to do this, does anyone know how to do this or point me in the right direction? Any help is greatly appreciated! Thanks :)

A: 

Well, the WebSettings object has a number of set...Path() methods. It is unclear if any of them are for the actual cache. There is also the CacheManager object, which has a bunch of static methods related to the cache, but no obvious way to change the cache location.

CommonsWare
I couldn't find any answers via a google search either, but i'm really wondering how others managed to successfully move their cache entirely from the internal memory device to the sd card. Do have any other ideas?
Malcolm Lim