HI,
I made an app(xamarin.Android) where I will be working with large set list views and some background syncing ,so I am implementing IDisposable and doing Garbage Collection to free up memory,what I am thinking is this causing app sometimes to display blank listviews or totally black screen,but there is no crash at all.is there any way to fix this? please give all possible solution Thanks.