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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T13:16:58+00:00 2026-05-27T13:16:58+00:00

I have a ListView with an animation. The animation plays well when the ListView

  • 0

I have a ListView with an animation. The animation plays well when the ListView is first loaded. I want the animation to replay when I change the cursor.

<ListView
    android:id="@android:id/list"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:cacheColorHint="@android:color/transparent"
    android:divider="@drawable/gradienthorizontal"
    android:dividerHeight="1px"
    android:layoutAnimation="@anim/layout_cascade"
    android:listSelector="@drawable/selector" >
</ListView>

I change the cursor here:

private void majCurseurListe(long id, boolean choixvente) {
    Cursor curseurPtVente = null;

    if (choixvente) {
        curseurPtVente = mDbHelper
                .listePtsVentes(DBhelper.TYPE_PTVENTE, id);
    } else {
        curseurPtVente = mDbHelper.listePtsVentes(DBhelper.TYPE_PTSERVICE,
                id);
    }

    // Android s'occupe du cycle de vie du curseur
    startManagingCursor(curseurPtVente);
    ((CursorAdapter) getListAdapter()).changeCursor(curseurPtVente);
}
  • 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-27T13:16:58+00:00Added an answer on May 27, 2026 at 1:16 pm

    Just invoke

    listView.startLayoutAnimation();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a ListView with a custom adapter, and an animation in getView() for
I have a ListView with Horizontal WrapPanel as its ItemsPanelTemplate. I want to get
I Have a ListView with many Items that is to be loaded in search.
I have a an Android ListView that has small (say, 1-5 frame) stutters as
I have a list which consists of two sections: <ul data-role=listview data-theme=a data-inset=true data-split-theme=c>
I have listview with some listadapter after click on item from list I'd like
I have a list adapter where the images load with a rotating progress animation
I am working on animation, I have one Layout and list-view and I am
I want to rebuild (maybe I don't even have to) the nativ android progress
I want to have one ListView that when I click on the item 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.