Android Viewpager Update Data

Source: Internet
Author: User

Viewpager is also a common component with a listview similar to when you want to refresh data after binding the data need to add the following method in the adapter

protectedPageradapter Galleryadapter =NewPageradapter () {@Override Public BooleanIsviewfromobject (View arg0, Object arg1) {returnarg0 = =(View) arg1); } @Override Public intGetCount () {returnsize; } @Override PublicObject Instantiateitem (View container,intposition) {            returnBindgalleryadapteritemview (container, position); } @Override Public voidDestroyitem (View container,intposition, Object object)         {((Viewpager) container). Removeview ((View) object);                }; @Override Public voidfinishupdate (View arg0) {} @Override Public voidrestorestate (android.os.Parcelable State, ClassLoader loader) {}; @Override Publicparcelable saveState () {return NULL; } @Override Public voidstartupdate (View arg0) {} @Override Public intgetitemposition (Object object) {
Position_none is a pageradapter internal constant with a value of -2,returnPosition_none; } };

I'll write a column to summarize the Http://stackoverflow.com/questions/7263291/viewpager-pageradapter-not-updating-the-view.

Android Viewpager Update Data

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.