Skip to content

mireksk/stetho-xamarin-android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stetho

Stetho Xamarin Binding

Stetho is a sophisticated debug bridge for Android applications. When enabled, developers have access to the Chrome Developer Tools feature natively part of the Chrome desktop browser. Developers can also choose to enable the optional dumpapp tool which offers a powerful command-line interface to application internals.

Android resource: http://facebook.github.io/stetho/

Version : 1.4.2

Download : Available on Nuget Gallery ( https://www.nuget.org/packages/Stetho.Xamarin/ )

How do I use Stetho ?

Simple use cases :

using Com.Facebook.Stetho;

public class MainActivity : Activity
	public class MainActivity : Activity
	{
		protected override void OnCreate(Bundle savedInstanceState)
		{
			base.OnCreate(savedInstanceState);

			SetContentView(Resource.Layout.Main);

			Stetho.InitializeWithDefaults(this);
		}
	}

Author

Beray Bentesen - @BerayBentesen on Twitter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%