Giter VIP home page Giter VIP logo

scrog's Introduction

scrog

Android UI logger library.

Main features:

  1. Always on the screen, even if app is paused. It can be destroyed after direct command call.
  2. You can drag it to the any place of the screen.
  3. Font and background colors can be changed by double tap.
  4. You can resize main log window by dragging down right corener of the log window.
  5. Clear the screen by clicking on the right upper corner.
  6. Easy use. Only three API methods.
  7. Easy link with Gradle.
Image and video hosting by TinyPic Image and video hosting by TinyPic

Manual.

I.Add scrog library:

Put scrog-1.0.0.aar in the (f.e.) libs folder in your project.

1.1 For Gradle manually

Add to your gradle file where the repositories section is:

flatDir {dirs 'libs'}

for example:

repositories {

flatDir {

dirs 'libs'

}

}

1.2 Add to your gradle file where the dependencies section is:

compile(name:'scrog-1.0.0', ext:'aar')

for example:

dependencies {

compile(name:'scrog-1.0.0', ext:'aar')

}

2.1 Or for Android Studio

Ready .aar library you may find in the "aar" directory of this project. Or you may build the project.

File->New Module->Import .jar or .aar package.

2.2 File->Project Structure->Dependencies

And add module dependency for scrog-1.0.0 module.

II. Usage:

  1. Add f.e. to onCreate():

     Scrog.init(this);
    
  2. Add f.e. to onDestroy();

     Scrog.destroy();
    
  3. For printing:

     Scrog.i("text");      
    

scrog's People

Contributors

tourmen avatar

Watchers

James Cloos avatar JSBerrocoso avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.