why you are setting the adapter (again) inside your try and catch block?
"try
{
weatherlist.remove(map);
listViewInfo.setAdapter(tempListAdapter);
}catch(Exception e)"
try to do this weatherlist.remove(yourobject); and then
listViewInfo.notifyDataSetChanged();
2011/9/12 skink <[email protected]>:
>
>
> On Sep 12, 9:11 am, Jhew SAN <[email protected]> wrote:
>> This can remove only 1 row
>
> So you answered your question from the subject, didn't you?
>
> pskink
>
> --
> 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
--
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