Questions tagged [prism.xamarin]

2 questions
1
vote
1 answer

Xamarin Prism7 - IUnityContainer doesn't have the types I registered

I am building my first Xamarin mobile application (android / iOS) with PRISM. I'm following this very helpful tutorial https://xamgirl.com/prism-in-xamarin-forms-step-by-step-part-1/ Problem is the IUnityContainer that gets injected into my…
Shaboboo
  • 1,347
  • 1
  • 16
  • 35
0
votes
1 answer

Splash screen prism xamarin.forms

I would like to create a splash screen in my xamarin.forms application which is using the prism.autofac.forms nuget package. Basically I want to create the same splash screen for each platform. Currently my Android application looks like this …