Share via

Xamarin Android vs Xamarin Forms

Pravinkumar Birajdar 61 Reputation points
2021-01-24T05:07:17.307+00:00

I want to learn android development, but I am little bit confused about it whether I should learn Xamarin Android or Xamarin Forms.
Please guide me.

Developer technologies | .NET | Xamarin
Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

0 comments No comments
{count} votes

Answer accepted by question author
  1. Ken Tucker 5,866 Reputation points
    2021-01-24T10:26:06.15+00:00

    Xamarin forms allows you to create cross platform apps for example a Xamarin forms app could work on an IPhone, Android, Windows UWP, MacOs, Tizen, GTK#(Linux), and WPF. Xamarin Android only allows you to target android.

    Xamarin forms uses Xaml to define the UI while xamarin adroid uses the Android designer.

    If you know xaml or want to target multiple platforms Xamarin forms is probably a better choice to learn.

    If you are only interested in targeting android then Xamarin Android is a better choice.


1 additional answer

Sort by: Most helpful
  1. Rahmatullo Ahmadov 1 Reputation point
    2021-09-24T04:24:44.943+00:00

    Xamarin forms is a better.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.