Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9042997
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T10:38:27+00:00 2026-06-16T10:38:27+00:00

Hy guys, currently I am developing my own app and have some troubles: My

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T10:38:29+00:00Added an answer on June 16, 2026 at 10:38 am

    The incorrect code is in your AndroidManifest.xml.

    <activity
            android:name=".WebViewActivity"
            android:theme="@android:style/Theme.NoTitleBar" />
    

    You specified the theme without the title bar so you will not see the loading bar either.
    Just remove the theme attribute:

    <activity android:name=".WebViewActivity" />
    

    Also you have strange combination of the sdk version in the manifest and the sdk version of your build target.
    Change it from 10 to 8, because the build target of your project is Android 2.2 (API8)

    <uses-sdk android:minSdkVersion="8" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hi Guys I currently have this table MEMBER **ID Position Latitude Longitute** 1 1
Ok guys I am developing an iPhone app I have a Model class which
Hopefully you guys can help me out. I'm currently developing my first iOS app
Hi guys currently i have this code. I would like to add another field
Hey guys I have a query that currently finds the latest comment for each
Hey guys quick question, I currently have an insert statement $query= INSERT into new_mail
Hey Guys i am currently trying to stopping one tableviewcell from being editable. But
Hey guys another rails issue, Currently have a collection that is line items for
Hey guys, I'm currently testing my app by adding the setting bundle into my
Hi guys I'm having a strange symfony problem. I'm developing currently on my localhost

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.