android - Passing WebView from one activity to another -


i doing hybrid application. has 2 activities login , home.

on login activity web view many java scripts loaded. want use same webview in home activity because takes time load javascript’s.

as per android guide lines cannot pass view 1 activity another.

how fix this?


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -