Vishal Raj
Vishal Raj

Reputation: 1775

Same app UI on Android, IOS and Windows Phone

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.

Upvotes: 1

Views: 275

Answers (2)

XTL
XTL

Reputation: 1452

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

Upvotes: 0

Alexis Burgos
Alexis Burgos

Reputation: 124

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.

Upvotes: 3

Related Questions