Android simple to record and restore ListView scrolling position method _android

Source: Internet
Author: User
Tags sqlite database

The example in this article describes how Android simply records and restores the ListView scrolling location. Share to everyone for your reference, specific as follows:

Sometimes we need to record the current ListView scroll to the location, reload time to return to the original, not wordy, give the code:

List scrolling
private Onscrolllistener scrolllis = new Onscrolllistener () {
  @Override public
  void Onscroll ( Abslistview arg0, int arg1, int arg2, int arg3) {
  }
  @Override public
  void onscrollstatechanged (Abslistview VI ew, int scrollstate) {
    if (scrollstate==onscrolllistener.scroll_state_idle) {
      listpos= List.getfirstvisibleposition (); Listpos records the position of the line at the top of the list currently visible
     }}
;

Next is the restore location, placed after the ListView load:

List.setselection (Listpos);

For more information on Android-related content readers can view the site: "Android View tips Summary", "Android Programming activity Operating Skills Summary", "Android operation SQLite Database Skills Summary", " Android operation JSON format data tips summary, "Android Database Operation skills Summary", "Android File Operation skills Summary", "Android programming development of SD card Operation Summary", "Android Development introduction and Advanced Course", " Android Resource Operation tips Summary and the "Android Controls usage Summary"

I hope this article will help you with the Android program.

Related Article

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.