androidxamarincross-platformwindows-mobile-6.5

Convert a Windows Mobile 6.5 application to Android app with Xamarin


I have a Windows Mobile 6.5 application that a customer are interested to have the same application for Android devices. I have thought with Xamarin to migrate the application to Android platform. Is it possible or exists some other way/tool to achieve that?

I have read in this forum that seems it isn't possible.


Solution

  • You're not going to be able to directly migrate your app. Using Xamarin you may be able to reuse existing backend (services, data, models, etc) code, but you will need to rewrite the UI to target the new platform.