I am trying to get the activity indicator in the status bar but this doesn't seem to work.
Dude, Brian is telling you what's wrong He's just being his usual laconic self about it. The method declarations you have above have syntax errors. They should look like this:
You are missing the type declaration of the webView parameter in both the above methods. The compiler probably gave you a warning. Fix those two method declarations and your approach should work.
Check out this password generator app that shows various techniques including using a data container singleton object to share data between objects in your project.
Ughh sorry I hate to keep asking you guys this but I just can't seem to figure out what you mean by "type declaration of the webView parameter". Can you elaborate just a bit more?
Dude, Brian is telling you what's wrong He's just being his usual laconic self about it. The method declarations you have above have syntax errors. They should look like this:
You are missing the type declaration of the webView parameter in both the above methods. The compiler probably gave you a warning. Fix those two method declarations and your approach should work.
My post above tells you EXACTLY what you need to know. If you can't figure it out, consider a different line of work.
Check out this password generator app that shows various techniques including using a data container singleton object to share data between objects in your project.