Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yasharpm/TwitterImagePicker
- Owner: yasharpm
- Created: 2020-08-02T15:56:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T11:15:03.000Z (over 4 years ago)
- Last Synced: 2024-05-03T06:23:08.634Z (6 months ago)
- Language: Java
- Size: 50.2 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Android-Awesome-Resources - Twitter Image Picker
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'
}
```