Popularity
1.9
Stable
Activity
0.0
Stable
45
8
4

Programming language: Java
License: Apache License 2.0
Tags: Navigation    
Latest version: v0.6.11

Debug-Artist alternatives and similar packages

Based on the "Navigation" category.
Alternatively, view Debug-Artist alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Debug-Artist or a related project?

Add another 'Navigation' Package

README

[](img/logo.jpg)

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](docs/debug-drawer.md).

  • Note: check [sample](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