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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:59:37+00:00 2026-05-26T07:59:37+00:00

I have created a ListActivity in which I am showing some data ,but after

  • 0

I have created a ListActivity in which I am showing some data ,but after pressing download button app downloads latest data , It will be shown in ListActivity so please help me that how can i refresh ListActivity.

      public void fetch1(){

                event=this;

                // TODO Auto-generated method stub
                try {

                    Runnable runnable = new Runnable() {
                        @Override
                        public void run() {
                                handler.post(new Runnable() {
                                    @Override
                                    public void run() {
                                        try{

          //dialog.show();


          BufferedReader in = null;





          String url=URLManager.orderUrl+DataFactory.userData.sid+"&dnumber="+DataFactory.userData.dnumber+"&from_date="+fromDateStr+"&to_date="+toDateStr; ;

         // String login = "morris";
          //String pass = "mor$ris";

          DefaultHttpClient client = new DefaultHttpClient();
          HttpGet request = new HttpGet();


          client.getCredentialsProvider().setCredentials(new AuthScope("newdev.objectified.com", 80), new UsernamePasswordCredentials(URLManager.user, URLManager.pass));

          request.setURI(new URI(url));
          HttpResponse response = client.execute(request);

                 in = new BufferedReader
                 (new InputStreamReader(response.getEntity().getContent()));
                 StringBuffer sb = new StringBuffer("");
                 String line = "";
                 String NL = System.getProperty("line.separator");
                 while ((line = in.readLine()) != null) {
                     sb.append(line + NL);
                 }
                 in.close();
                 String page = sb.toString();
              //  Toast.makeText(event,url+"--::::--"+ page, Toast.LENGTH_LONG).show();


                  OrdersHandler handler=new OrdersHandler();
                SAXParserFactory spf = SAXParserFactory.newInstance();
                SAXParser sp = spf.newSAXParser();
                XMLReader xr = sp.getXMLReader();
                xr.setContentHandler(handler);
                InputSource is = new InputSource();
                  is.setCharacterStream(new StringReader(page));           
                  xr.parse(is);  
                  Vector v=handler.getData();
                  DataFactory.ordersVector=v;


                 dataVector=DataFactory.ordersVector;

                 ordersId=new String[dataVector.size()];
                for(int a=0;a<dataVector.size();a++){
                    OrdersData o=(OrdersData)dataVector.elementAt(a);
                    ordersId[a]=o.order_id;



                }// end of the for


                //event.setListAdapter(new IconicAdapter());

            //  adapter.clear();
                // Create an ArrayAdapter, that will actually make the Strings above
                // appear in the ListView






                  /*
                 for(int a=0;a<v.size();a++){
                    OrdersData o=(OrdersData)v.elementAt(a);
                    names=names+o.order_id+"\n";


                 }// end of the for loop

                //String data=d.sid+"\n"+d.dtitle+"\n"+d.dcountry+"\n"+d.dcity;
                  Toast.makeText(event, names, Toast.LENGTH_LONG).show();
                   */


                                        }catch(Exception e){


                                        }
                                        }
                                });
                            }

                    };
                    new Thread(runnable).start();



                    //executeHttpGet();

                } catch (Exception e) {
                    // TODO Auto-generated catch block
                    e.printStackTrace();
                     Toast.makeText(this, e+"", Toast.LENGTH_SHORT).show();
                }
                adapter.setNotifyOnChange(true);
                //adapter.clear();
                adapter=new IconicAdapter();
                this.setListAdapter(adapter);

            }// end of the fetch method

I am downloading data then want to refresh the ListActivity.But application is going to be crashed when I press the download button

  • 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-05-26T07:59:38+00:00Added an answer on May 26, 2026 at 7:59 am
    adapter.notifyDataSetChanged()
    

    you have to call this on the listView’s adapter to refresh the listView. you will also have to update the resources you pass to the adapter after you download data.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a webservice in .net 2.0, C#. I need to log some
I have created a listActivity with my own ListAdapter. The problem is that the
I have made an application which calls the phone's contact list but i want
I have seen some links which am not able to trace it out.I am
I have created an application having tab activity which in turn has 5 different
I have an Activity which I start like this: public class MyProblemsActivity extends ListActivity
I have in my DBAdapter, a getAll which should pull all the data from
I have the following code which worked before. Then after I started working on
I have one android activity which extends ListActivity. Every time list items is pressed
Summery of problem:- I have classes named AttachPicture which extends the ListActivity and another

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.