Libin Joseph
Libin Joseph
Yes, you can. If you are after a bottom tabbed navigation, you may also use https://github.com/NAXAM/bottomtabbedpage-xamarin-forms. Alternatively , if you are using Xamarin Forms 3.1, it supports out of box...
@Ruddy2007 : I use FreshMvvm very regularly and have build a few apps with it. Never had this issue. I suspect it might be implemenation error. Can you please upload...
the error that you have seems to be with the solution properties. make sure the android project is deployable.
@Surfrat : i will give it a try tonight if i get some time
@Surfrat @romeop555 : I have downloaded your project tried both android and ios and it works all good for me. UWP, I have not tested yet, will try that on...
Yes, it was on Mac. I will test it on windows later today if i get some time
@Surfrat @romeop555 : i have tested the project on windows. Android works all good. For UWP, I did get the same error as you. The error sounded like the UWP...
@thiagoparabas : The was added after the nuget was released as @DevonHansen said. Hoping to release a new release soon.
@moreirawebmaster : Okay, I understood the issue. Have u tried the workaround as mentioned in the URL you have shared? https://stackoverflow.com/questions/15450518/how-to-register-a-generic-interface-using-tinyioc . If that does not work for you, probably...
I meant has anyone tried this : `container.Register(typeof(IRepository), typeof(AzureRepository)).AsMultiInstance();`