Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
amitshekhariitbhu committed Nov 18, 2016
1 parent bd0dd41 commit 8a38f7c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ So , all these types of cases are handled in this library

<img src=https://raw.githubusercontent.com/amitshekhariitbhu/GlideBitmapPool/master/assets/gcsamplelog.png width=500 height=150 />

### Show some :heart:
* Be sure to click the "<b>Star</b>" button in the upper right of this page. :smile:

[![GitHub stars](https://img.shields.io/github/stars/amitshekhariitbhu/GlideBitmapPool.svg?style=social&label=Star)](https://github.com/amitshekhariitbhu/GlideBitmapPool) [![GitHub forks](https://img.shields.io/github/forks/amitshekhariitbhu/GlideBitmapPool.svg?style=social&label=Fork)](https://github.com/amitshekhariitbhu/GlideBitmapPool/fork) [![GitHub followers](https://img.shields.io/github/followers/amitshekhariitbhu.svg?style=social&label=Follow)](https://github.com/amitshekhariitbhu)
[![Twitter Follow](https://img.shields.io/twitter/follow/amitiitbhu.svg?style=social)](https://twitter.com/amitiitbhu)

## Requirements

Glide Bitmap Pool can be included in any Android or Java application.
Expand Down Expand Up @@ -127,6 +121,9 @@ Bitmap bitmap = GlideBitmapPool.getBitmap(width, height, config);
// use GlideBitmapPool.getBitmap(width, height, config); as it returns bitmap from the pool that can be reused.
```

### Find this project useful ? :heart:
* Support it clicking the :star: button on the upper right of this page. :v:

### Credits and references
* [Glide](https://github.com/bumptech/glide) - As it uses the same bitmap pool that is used by [Glide](https://github.com/bumptech/glide)
* [Managing Bitmap Memory](https://developer.android.com/training/displaying-bitmaps/manage-memory.html)
Expand Down

0 comments on commit 8a38f7c

Please sign in to comment.