I want to pass the WebView from One activity to another Activity.
how to do that. I referred How do I pass an object from one activity to another on Android?
but still not getting any idea for this. Please help me to get this….
I want to pass the WebView from One activity to another Activity. how to
Share
either u try to use
finish()an the passed Activity or you simply callfinish()in the activity after it’s done with it’s calculations