android-BitMaskSample icon indicating copy to clipboard operation
android-BitMaskSample copied to clipboard

BitMask Sample

Here is a piece of code to show how to use BitMask, please read the post(In Chinese) here: http://www.liaohuqiu.net/cn/posts/bitmasp-and-lipo/ .

  1. TEST CASE

    I've written some test cases, use ./gradlew app:testDebugUnitTest to run Test Case.

  2. TEST REPORT

    To view the test report:

    open app/build/reports/tests/debug/index.html
    
  3. LICENSE

    MIT