I am doing hybrid application. It has two activities login and home.
On login activity a web view with many java scripts is loaded. Now I want to use same webview in home activity because it takes some time to load all JavaScript’s.
As per android guide lines we cannot pass view from one activity to another.
How to fix this?