Hey, I had the same problem and after some investigation I've tried to initiate it manually in that way var options = new FirebaseOptions.Builder() .SetApplicationId("<AppID>") .SetAp… (View Post)
I think another solution is to implement an interface on platform site, at an activity for example and put the action as parameter in the method of the interface and call the method in the mainthread… (View Post)
I 've already found a better solution and this is not to mocking the Sqlite but implement the SQLite Interface. I adapted the SqlInterfaceImplementation to run on X86 so that I have my own normal C# … (View Post)
At first I would recommend you to use the MvxListView because you have more options to handle the binded data. But if you want to do it by the normal ListView just try to use it without the itemtempl… (View Post)