Skip to content

Small component that analyze efficiency between ImageViews and it's contents.

License

Notifications You must be signed in to change notification settings

smartnsoft/bitmapanalyzer-android

Repository files navigation

Bitmap Analyzer

Small component that analyze efficiency between ImageViews and it's contents.

This version of the library has no additional dependencies.

Usage

From the Smart&Soft Nexus

/!\ Library releases are NOT available on Maven Central /!\

Gradle

Because the library is available only on the Smart&Soft Nexus, you have to add the following lines to your build.gradle project file :

allprojects
{
  repositories
  {
    maven
    {
      credentials
      {
        username nexusUsername
        password nexusPassword
      }
      
      url nexusRepositoryUrl
    }
  }
}

Then, you can add the following line into the dependencies bloc of your build.gradle module file :

compile ("com.smartnsoft:bitmapanalyzer:1.0")

Maven

<dependency>
  <groupId>com.smartnsoft</groupId>
  <artifactId>bitmapanalyzer</artifactId>
  <version>1.0</version>
</dependency>

Author

The Android Team @Smart&Soft, software agency http://www.smartnsoft.com

License

layoutinflator is available under the MIT license. See the LICENSE file for more info.

About

Small component that analyze efficiency between ImageViews and it's contents.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages