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 8606879
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T03:12:18+00:00 2026-06-12T03:12:18+00:00

I am working on RSS XML saxparser. I am creating the RSS list view

  • 0

I am working on RSS XML saxparser. I am creating the RSS list view so that clicking on any item will open the URL. But I want to hide the RSS select list view browser.

I have RSS list view and creating new activity file also.

See this same type of question
What can I do here?

lv1.setOnItemClickListener(new OnItemClickListener() {
        public void onItemClick(AdapterView<?> parent, View view,int position, long id) {
            String temp=PostList.get(position).getUrl();
            String temp1=PostList.get(position).getGuid();
            if(temp.contains("http://"))
            {
            Intent intent = new Intent(Intent.ACTION_VIEW).setData(Uri.parse(PostList.get(position).getUrl()));
                //Intent intent = new Intent(RSSAndroidActivity.this,com.sygnet.rss.Listview.class);
                startActivity(intent);
            }else if(temp1.contains("http://"))
            {
            Intent intent = new Intent(Intent.ACTION_VIEW).setData(Uri.parse(PostList.get(position).getGuid()));
                //Intent intent = new Intent(RSSAndroidActivity.this,com.sygnet.rss.Listview.class);
                startActivity(intent);
            }else
            {
                Toast.makeText(getApplicationContext(), "please, it cant able to open the link for this Feed", Toast.LENGTH_LONG).show();
            }
        }
    });

Listview.java

public class Listview extends Activity{
WebView ourBrow;
@Override
protected void onCreate(Bundle savedInstanceState) {
    // TODO Auto-generated method stub
    super.onCreate(savedInstanceState);
    setContentView(R.layout.listview);

    ourBrow = (WebView)findViewById(R.id.wvBrowser);

    ourBrow.getSettings().setJavaScriptEnabled(true);
    ourBrow.getSettings().setLoadWithOverviewMode(true);
    ourBrow.getSettings().setUseWideViewPort(true);
    ourBrow.setWebViewClient(new ourViewClient());

//        ourBrow.loadUrl(siteslist.getWebsiteValue());

   //hiding the keyboard after using an EditText
    InputMethodManager imm = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
    imm.hideSoftInputFromWindow(ourBrow.getWindowToken(), 0);

}
}
  • 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-12T03:12:19+00:00Added an answer on June 12, 2026 at 3:12 am
    public class WebViewActivity extends DashBoardActivity {
    /** Called when the activity is first created. */
    WebView ourBrow;
    
    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        requestWindowFeature(Window.FEATURE_NO_TITLE);
        getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);
        setContentView(R.layout.webview);
    
    
        ourBrow = (WebView)findViewById(R.id.wvBrowser);
    
        ourBrow.getSettings().setJavaScriptEnabled(true);
        ourBrow.getSettings().setLoadWithOverviewMode(true);
        ourBrow.getSettings().setUseWideViewPort(true);
        ourBrow.setWebViewClient(new ourViewClient());
    
        ourBrow.loadUrl(www.indianbloggerpost.com);
    
       //hiding the keyboard after using an EditText
        InputMethodManager imm = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
        imm.hideSoftInputFromWindow(ourBrow.getWindowToken(), 0);
    
    
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on a RESTful web service, that will return a list of
I am currently working with an XML document which has RSS feeds inside. And
I'm working on a site that pulls various public RSS feeds down. I want
I'm working on an application that allows users to add their own RSS feeds
I'm trying to write an XML parser that takes an RSS feed & fetches
Any client js libraries for turning XML into a JavaScript object? I'm specifically working
Im trying to create a RSS feed reader for a project that I working
I did a program that reads rss news feeds. Its not working for some
I'm working on an ANDROID app that reads RSS feeds so I used this
Hi i want to parse xml/rss from a live url like http://rss.news.yahoo.com/rss/entertainment using pure

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.