BaristaVentures / android-debug-artist

Debug menu for happy android dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download codecov codecov codebeat badge

This library helps you as a developer to expose important information about the current build to your test users, in case you make builds for test users.

Check Debug Drawer Menu.

  • Note: check sample for a working project using this library to see how it works.

Contains ViewServer to help you to debug layouts with more devices.

Add to gradle project

repositories { jcenter() }
dependencies { compile("com.baristav.debugartist:debugartist:<library-version>@aar") { transitive = true } }

Thanks to

About

Debug menu for happy android dev

License:Apache License 2.0


Languages

Language:Java 53.9%Language:Kotlin 33.4%Language:Prolog 8.1%Language:Shell 4.6%