I\'ve being trying to solve this problem but I couldn\'t figure it out yet. In my layout have a listview with its custom adapter. Inside each view I have many objects stored in
I feel ashamed... It seemed that I forgot to renew a few variables for it to work right...
So the conclusion is the adapter inside the adapter gets updated if you call:
.notifyDataSetChanged();
You just have to do it right