简体   繁体   中英

Can I use Xamarin to write applications for Windows 7?

I know Xamarin applications can run on iOS, Android, Windows Phone and Mac OS, but is Windows 7 also a supported platform? My goal is to write a cross-plaftorm application that runs on Windows 7 as well as Android, iOS and Mac OS.

Thank you in advance.

It will be very difficult write something that is 100% compatible across all devices, but you can write it so that most of it is the same. Windows, Linux and Mac you can use GTK# for the UI and create common business logic assemblies that are cross platform.

Years later, you could give https://github.com/Atreides07/Xamarin.Forms/tree/wpf a try for a an ongoing implementation for WPF. The author stated somewhere(can´t remember which forum/blog) that he is currently using in production apps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM