Same app UI on Android, IOS and Windows Phone

289 Views Asked by At

I am creating an app for all three platforms:android, ios and windows phone. The app is ready for android and ios, on both platforms the UI is mostly the same. Sadly I'm facing problems on windows phones.

How can I keep the Android UI design on a windows phone app ?

Thanks.

2

There are 2 best solutions below

2
On BEST ANSWER

If it's a native application, it's a really bad practice to copy/paste your design over 3 very different UI! You'll always have problems with that!

If it's a Frameworks designed app (e.g Cordova, Titanium...) you surely can find help on dedicated forum.

Bests.

0
On

Best practice in this case is to use Xamarin and MvvCross (truly cross-platform MVVM ,but on C# framework).
Here's example !