项目作者: BaristaVentures

项目描述 :
Debug menu for happy android dev
高级语言: Java
项目地址: git://github.com/BaristaVentures/android-debug-artist.git
创建时间: 2016-12-06T21:22:08Z
项目社区:https://github.com/BaristaVentures/android-debug-artist

开源协议:Apache License 2.0

下载


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

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

Thanks to