SDP 1.0.0

dotnet add package SDP --version 1.0.0
NuGet\Install-Package SDP -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SDP" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SDP --version 1.0.0
#r "nuget: SDP, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SDP as a Cake Addin
#addin nuget:?package=SDP&version=1.0.0

// Install SDP as a Cake Tool
#tool nuget:?package=SDP&version=1.0.0

XA-SDP

Scalable-DP Binding for Xamarin.Android

It provides a new size unit - sdp (scalable dp). This size unit scales with the screen size. It can help Android developers with supporting multiple screens.

How to download

you can download with Nuget Package Manager

Install-Package SDP -Version 1.0.0

How to Use

In your .axml file use as like in the following

<TextView android:id="@+id/give_us_a_review_landmine_text_2"
          android:layout_width="match_parent"
          android:layout_height="wrap_content"
          android:gravity="center"
          android:text="★★★★★"
          android:textColor="#747474"
          android:textSize="@dimen/_22sdp"
          android:textStyle="bold" />

Here, sdp is a size unit and use like here @dimen/_22sdp

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 2,802 6/25/2017

Xamarin Android Binding for Scalable dp