Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近开始研究 xamarin 表单应用程序。在 Xamarin 中有主机重新加载,它在运行时重新加载设计(在调试运行中)。然后是付费的 Live Xaml,那么两者之间有什么区别?
两者都使用相同的技术来实现相同的结果。Xamarin 花了一些时间才提出 Hot Reload,因此还有其他一些人提出了这个解决方案。其中之一是 Live XAML。
我并不完全了解两者的功能,一个可能有一些东西。但主要区别在于:一个由 Microsoft 开发并提供所有其他工具,另一个来自第三方。
由您决定使用哪一个以及为什么。