I\'ve two activities, one is the
SplashActivity and the other is MainActivity, an activity containing a webview.
I need to load the webvi
Android Apps can cache web data. you can use this to your advantage. (and it worked for me). What I did:
the WebView there will use the cache of the WebView you created in the splash screen.