Try notifyDataSetChanged(). notifyDataSetInvalidated() will cause the entire content of ListView to disappear.
-- Jack Ha Open Source Development Center ・T・ ・ ・Mobile・ stick together The coverage you need at the price you want The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Sep 11, 10:09 pm, leela <[email protected]> wrote: > i am developing file browser to my media player UI > i have written in my OnItemClickListener() > in that i called the method like adapter.notifyDataSetInvalidated() > method > but it is not working > please help me > to refresh my list.based on onItemClickListener() method > > please help me > > thanks in advance... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

