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

  • Home
  • SEARCH
  • 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 9156241
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T12:43:59+00:00 2026-06-17T12:43:59+00:00

I have a demo file in raw folder under res. When i click on

  • 0

I have a demo file in raw folder under res. When i click on a button to open the file a blank screen appears i am unable to resolve the problem.

Here’s the code :

For the xml file :

<?xml version="1.0" encoding="utf-8"?>
<WebView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/webView1"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content" />

For the activity :

package com.ashsoft.basiccprogram;

import java.io.ByteArrayOutputStream;
 import java.io.IOException;
  import java.io.InputStream;

  import android.app.Activity;
    import android.os.Bundle;
     import android.webkit.WebView;

      public class First extends Activity{

@Override
protected void onCreate(Bundle savedInstanceState) {
    // TODO Auto-generated method stub
    super.onCreate(savedInstanceState);
  setContentView(R.layout.first);


         WebView webView = (WebView) this.findViewById(R.id.webView1);
         webView.getSettings().setBuiltInZoomControls(true);
         webView.loadData(readTextFromResource(R.raw.demo), "text/html", "utf-8");
}


    private String readTextFromResource(int resourceID)
        {
            InputStream raw = getResources().openRawResource(resourceID);
            ByteArrayOutputStream stream = new ByteArrayOutputStream();
        int i;
        try
            {
          i = raw.read();
                while (i != -1)
            {
         i = raw.read();
                }
            raw.close();
            }
            catch (IOException e)
       {
                e.printStackTrace();
        }
            return stream.toString();
        }

};

I am getting a blank screen. The demo.html is saved in the raw folder.

  • 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-17T12:43:59+00:00Added an answer on June 17, 2026 at 12:43 pm

    Move demo.html into your assets folder and use:

    webView.loadUrl("file:///android_asset/demo.html");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the Demo Table which I can click on the cell(td tag) and
I've a file called demo.php where I don't have any GET variables in the
I have a php file(demo.php) and a jsp file(news.jsp). demo.php sends the updates to
I do have this code on my demo.gsp file. But I´m new to grails
Lets say i have a file name demo which contains an essay. how can
I have downloaded the demo-repl.zip file from Miguel de Icaza's web site . I
I have an msbuild proj file as follows. <Project xmlns=http://schemas.microsoft.com/developer/msbuild/2003 DefaultTargets=Demo> <ItemGroup> <AllFiles Include=src\**\*
i have this demo xml file: <trains> <israel> <Lehavim> <lat>31.370201</lat> <lon>34.798336</lon> </Lehavim> <tel-aviv> <lat>32.073847</lat>
I have demo.php file and over there I created a function for fetching data
I have the following demo HTML file that I am tying to use the

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.