manuel
manuel
this example: The FadeToAnimation.BindingContext is null, since, BeginAnimation not bindingContext to BaseAnimation.
When run app in Android (in IOS does not happen) in the code : protected override void OnCreate(Bundle savedInstanceState) { TabLayoutResource = Resource.Layout.Tabbar; ToolbarResource = Resource.Layout.Toolbar; base.OnCreate(savedInstanceState); global::Rg.Plugins.Popup.Popup.Init(this, savedInstanceState); global::Xamarin.Forms.Forms.Init(this,...
When build the project, also saves it, but it not formatting. Might you add a configuration to format the project when it is generated? Tanks
**Describe the bug** I have a class that has a late internal property.(_sharedPreferences), when I create the mock, it throws an error. NoSuchMethodError: Class 'MockPreferencesService' has no instance getter '_sharedPreferences'....
In my application, I want to have multiple Stores (separated by features) and each one with its own objects (they don't share objects). I've already created several Stores... everything's fine,...