xamarin forms by using c#
what is the use of xamarin forms?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ян КотляровPosted Jul 28, 2018, 1:39 PM
Howewer XAML based UI looks awfull on android and ios so you wouldn't want to use it if you plan on dilivering your app to end user. Use Xamarin.android and Xamarin.ios instead. This way you share all your buisness logic(around 60-70% of code) and write different UI for each platform.
Xamarin.Forms still great tool for apps oriended for internal use, prototypes and basicly any app that not require native UI