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
Post a Comment