Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 77050

RESTSHARP

$
0
0

[Activity (Label = "dvtest.Droid", Icon = "@drawable/icon", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsApplicationActivity
{
private readonly RestClient restClient = new RestClient (@"");
protected override void OnCreate (Bundle bundle)
{
base.OnCreate (bundle);

        global::Xamarin.Forms.Forms.Init (this, bundle);
        LoadApplication (new App ());
        DevExpress.Mobile.Forms.Init ();

        Console.WriteLine (restClient);
    }
}

}


Viewing all articles
Browse latest Browse all 77050

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>