You should not use the Listview inside a Scrollview. Try to use the Listview inside a Stacklayout and use Listview's header and footer for additional views. (View Post)
I am using realm as a local DB and ConnectivityPlugin as an indicator for the connection to implement an offline-first application. I save everything in my local DB and sync it with the Server when I… (View Post)