ListView in widget adds randomly items on scrolling and resizing (nested remoteviews)
Update: I created a repository with less code to make it a bit easier to understand. I'm trying to create a widget. I made it like described here: https://stackoverflow.com/a/6093753/2180161 It works partially, but I have a really strange bug. I made a screencast , so it's easier to understand what I mean: http://c.maysi.de/c6H9 Screenshot : As you can see there are some items which were added randomly. ( RemoteViews which were added to another RemoteViews object) The same happens when I resize the widget. The things I printed out in the log are like expected. there is no wrong data. Also