On Android device UI update happens only after user interaction
问题 Interesting (at least for me) bug I found there. I am making an (prototype) app, it does some web requests and returns simple data. There is ObservableCollection<DownloadbleEntity> which is updated dynamicly (because DownloadbleEntity contains the image which we get by other requests, to output list element with an image). Here is layout part: <MvvmCross.Binding.Droid.Views.MvxListView android:id="@+id/searchlist" android:layout_width="fill_parent" android:layout_height="fill_parent" android