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.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,296 questions
C#
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.
10,277 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ken Tucker 5,846 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