Hi @maidinhnga Well... My first workaround was to manually set the size of the ListView control. But finally I completely gave up on Xamarin.Forms and went back to using native Android AXML for the … (View Post)
Another update: I found the following errors message in the Android Device Logging (open via View -> Other -> Android Device Logging): DatabaseUtils: Writing exception to parcelDatabaseUtils: j… (View Post)
@HugoLogmans, I just checked and you're right: the items are added to the ListView, but the ListView bounds are unchanged and the new items are therefore not visible. So issue solved, or at least rel… (View Post)