Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yasharpm/TwitterImagePicker

Image picker similar to Twitter's image picker. With 4 selection modes.
https://github.com/yasharpm/TwitterImagePicker

Last synced: 3 months ago
JSON representation

Image picker similar to Twitter's image picker. With 4 selection modes.

Awesome Lists containing this project

README

        

# Twitter ImagePicker
TwitterImagePicker is an image picker activity that is made to be similar to Twitter's image picker.
4 selection modes are defined that support both selecting a single image and multiple images.
An independent utility class is also included which provides full access over underlying system gallery called `GalleryAccess`. You can use it to create your own image picker.

## Usage

Add the dependency:
```Groovy
dependencies {
implementation 'com.yashoid:twitterimagepicker:1.0.0'
}
```