All Projects → cesarferreira → Catkit

cesarferreira / Catkit

Licence: mit
Android kit for cat placeholders 🐱

Programming Languages

java
68154 projects - #9 most used programming language

CatKit

Android kit for cat placeholders

Usage

With Density-independent Pixels:

CatKit.with(context)
        .dp(200, 200)
        .into(targetImageView);

With Pixels:

CatKit.with(context)
        .px(500, 300)
        .into(targetImageView);

Memory Policy:

CatKit.with(context)
        .dp(200, 200)
        .memoryPolicy(MemoryPolicy.NO_CACHE)
        .into(targetImageView);

Install

Add the dependency to your build.gradle

dependencies {
  compile 'com.cesarferreira.catkit:catkit:0.3.0'
}

Contributing

  1. Fork it ( https://github.com/cesarferreira/catkit/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].