ParkSangGwon / TedBottomPicker

TedBottomPicker is simple image picker using bottom sheet
1.11k stars 185 forks source link

How to add my own ImageProvider #146

Open HaXxanParhar opened 3 years ago

HaXxanParhar commented 3 years ago

The picker only shows a small number of images that are too from external storage only. The library provides the option of adding your own Image Provider but there is no documentation on how to create your own Image Provider. I thought It might be a subclass of File Provider but no, It is actually an Interface built in the library. Kindly guide me regarding this issue. Thanks