Reputation: 1943
I just started Xamarin and wanted to know which is good among this 3:
When should I use what and why? Please give a good description.
Note: I wanted to take all my app to different app store/google play/market place.
Which one should I use to make thing work best for me and why?
Upvotes: 1
Views: 167
Reputation: 848
Adding to what @kenny has pointed out, here is an article from Xamarin that specifically addresses pros and cons of each approach: http://docs.xamarin.com/guides/cross-platform/application_fundamentals/building_cross_platform_applications/sharing_code_options/
Upvotes: 1