Introduction
In this article, we will see how to retrieve device info in Android using Xamarin.Forms.
Step 1
Open Visual Studio →Click File → select New → select Project. →Cross-Platform →Blank App →Shared Project →then give your project a name and location and click the “OK” button.
Step 2
Right, Click on Solution(App_Name) →Manage NuGet Packages for Solution →Install Xam.Plugin.DeviceInfo package.
Step 3
We are creating Labels, texts, and font attributes inside the layout. like “ID”, “IDIOM”, “MODEL”, “PLATFORM”, “VERSION”.