Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bradmartin/flexing

Flexing is an Android library with utility functions.
https://github.com/bradmartin/flexing

android android-library bitmap kotlin

Last synced: 10 days ago
JSON representation

Flexing is an Android library with utility functions.

Awesome Lists containing this project

README

        


Flexing :muscle: for Android



by Brad Martin



license


JitPack


Twitter


donate

## Install

### Gradle:

- Add it in your root build.gradle at the end of repositories:

```groovy
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```

- Add the dependency:

```groovy
dependencies {
implementation 'com.github.bradmartin:flexing:0.1.30'
}
```

### Maven

- Add the JitPack repository to your build file:

```xml


jitpack.io
https://jitpack.io

```

- Add the dependency:

```xml

com.github.bradmartin
flexing
0.1.30

```

### API

### ImagesKt Static Methods

| Method | Description |
| -------------------------------------------------- | ---------------------------------- |
| _getBitmapFromImageView(ImageView: image)_: Bitmap | Returns a Bitmap from an ImageView |