On Jul 9, 2:23 pm, JoksanCPEN <[email protected]> wrote:
> have you tried to delete the element from the array instead of
> deleting it from the listview?
>

Yes and then I call notifyDataSetChanged() and it only deletes the
last one.

A temporary solution I'm using is when a row is deleted, the item gets
deleted from the database and then I just initialise everything again
and get all the info from the DB.

It would obviously nice not to have to do that...

-- 
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

Reply via email to