-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to specify the path of the pics? #205
Comments
Are you saying that you want to see only images in a specific format (eg gif, png ...) or a certain folder as an image picker? |
Hi. I join the question. In my case, I want to show the images of a specific folder, but with fishbun I can't find the way. Thank you very much for your work. |
@talosan @NokisDemox |
Thanks for answering. I have created an app to generate personalized stickers and send them to WhatsApp. Users need to select at least 3 images from the gallery, but when using fishbun it always appears in the gallery's root directory. I would like it to appear at a specific address, the same one where the custom stickers created by my app are stored. |
Then is it okay to just use the folder name? Or is it necessary for a full path? |
It could be both ways, either way would be valid. Thanks again for your interest. |
Then let's develop it so that it can be filtered by folder name. Thanks for suggesting an interesting feature. 😃 |
Thank you for your amazing work! |
I did the function development we talked about. implementation 'com.sangcomz:FishBun:0.11.4-alpha01' FishBun
.with(this)
.setImageAdapter(GlideAdapter())
.isStartInAllView(true)
.setSpecifyFolderList(arrayListOf("Screenshots", "Camera"))
.startAlbum()
|
Great job. Again, thank you very much for everything. |
I've already tried it. It works perfectly. In my case like this: .setSpecifyFolderList(Collections.singletonList("Emoji")) I am very grateful |
To make it even more perfect, ideally, it should be displayed directly within the selected folder. As it is right now it is not bad, the name of the folder that you want is listed, but you have to click on the name to enter, but it would be good if it were displayed inside the folder directly. This could be a functionality added to the previous one. |
This was the feature I needed thanks a lot to everyone, also i think is a really good feature in generic use, so this galery can be even greater over time |
@talosan |
@sangcomz isStartInAllView (true) Thanks again!!! |
I will release soon. |
I am developing the application well, but it is not synchronized with github. I will try to synchronize it, and when it is I will put it in the Readme.md file. Fishbun has been a great help in the development of my app. |
Does anyone have any idea how I can list images from a folder inserted inside my app 'assets' or 'raw' folder, as if it were an album for fishbun? as an additional option to the "Screenshots", "Camera" etc folders.
but without success. Only the smartphone storage albums are shown with this code. |
I havent found a way with this image picker to choose an specific path for the pics. I would like to be able to choose the path and format of the pics, I have only tested this image picker a bit so I dont know if im missing something or if is just not implemented. Thanks for such a good image picker btw.
The text was updated successfully, but these errors were encountered: