Yes I am using my own custom adapter and te code is
                ListAdapter adapter1 = new SimpleAdapter(Main.this,
mylist1 , R.layout.main,
                            new String[] { "Symbol", "Bid", "Ask" },
                            new int[] { R.id.item_title,
R.id.item_title1, R.id.item_title2 });
                 setListAdapter(adapter1);
can you please tell me how can I use notifyDatasetChanged() method

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to