Skip to main content

Posts

All Component in Xamarin

All in one site for Xamarin Check this: https://www.cnblogs.com/5ishare/p/10651215.html
Recent posts
BackGround Service Get Location Xamrin Forms 1) PCL: using System; using Xamarin.Forms; namespace myapp {     public class LongRunningPage : ContentPage     {         Label lbl;         public LongRunningPage()         {             Button startbtn = new Button();             startbtn.Text = "Start";             Button stopbtn = new Button();             stopbtn.Text = "Stop";             lbl =...
Custom Renderer Xamarin Forms 1)  Custom Entry 2) Custom IconColor 3) Custom Round Img 4) Custom Frame 5) Underline Text https://my.pcloud.com/publink/show?code=kZlxDiZvSGrS5XLVn0TMD8K8pAm7L1069sk