Hy guys, currently I am developing my own app and have some troubles: My plan is to have an app for different things and one of them is a webview. This webview should be called via a button in the main screen of the app. I have read some tutorials about that and searched here at stackoverflow and found some nice solution with a progressbar in the webview. But the problem is: The progressbar works in an app I've made which displays the webview at the starting works perfect. But the one I made with the same code which sould display the webview after a click at a button doesn't work.
I've made everything descriped in a tutorial and the app works. But I don't get why only the one without button works...
Here is a screenshot: Working vs nonworking progressbar
And here I've uploaded my eclipse projects, the one with working progressbar and the one with a button in the app which should open the webview: click
It would be very nice if someone could point me in the right direction.
Thank you in advance.