zinczinc
zinczinc

Reputation: 554

Prism for Xamarin.Forms

I have used Prism MVVM in Xamarin.Forms for a few weeks now, and went through its documentation as well. I know I might have just scratched the surface. However, is it safe to say that what it offers is essentially a different approach to Navigation (and maybe dependency injection)? I miss to see more to it, and would appreciate it if someone can enlighten me.

Upvotes: 0

Views: 108

Answers (1)

Jason
Jason

Reputation: 89102

from the docs

Prism provides an implementation of a collection of design patterns that are helpful in writing well-structured and maintainable XAML applications, including MVVM, dependency injection, commands, EventAggregator, and others.

Upvotes: 2

Related Questions