xamarin.forms - Xamarin Forms IoC containter + navigation service -


  1. does xamarin.forms have built-in ioc navigation service? mean prism, register routes.
  2. if yes - documentation?
  3. if not - xamarin.forms have built-in navigation service in near future?
  4. also - if not - best mvvm fw xamarin.android, xamarin.ios, xamarin.winxyz , xamarin.forms? , why?

it seems me comes down battle between prism , freshmvvm - brings me important questions:

  1. which of these 2 performing better? (which 1 faster?)
  2. which of these more lead way of mvvm frameworks considering mobile development in future?

no xamarin forms not offer navigation prism. had goal of making built in navigation similar prism, has since disappeared roadmap. there no direct ioc concept built directly xamarin forms.

if developing native ui's prism isn't purpose built xamarin forms. in case might should @ mvvmcross. battle tested in lot of classic xamarin apps.

if developing xamarin forms, prism best use. opinion may biased, it's public opinion of many of on xamarin team. remember prism started microsoft patterns , practices team. while prism xamarin forms started after that, foundation of prism , how works, helps keep developers developing using proper mvvm patterns.


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -