Skip to content
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

Feature Request: Add Intent to Android Gallery(for Pictures) #588

Closed
kengoon opened this issue Oct 16, 2020 · 4 comments
Closed

Feature Request: Add Intent to Android Gallery(for Pictures) #588

kengoon opened this issue Oct 16, 2020 · 4 comments

Comments

@kengoon
Copy link
Contributor

kengoon commented Oct 16, 2020

adding the ability to open android gallery will be super cool. It will save a lot of developers time on manually coding thumbnails for images or videos in file manager

@tshirtman
Copy link
Member

Plyer tries to provide features that are common to multiple platforms, so it would be good to have a good idea of what would be the behavior on at least ios, and possibly windows/osx/linux as well, what common behavior would be made accessible through the facade.

@kengoon
Copy link
Contributor Author

kengoon commented Oct 17, 2020

i dont actually use ios and osx so I don't know how that will function but On windows OS file manager can be used In place of that or a kivy gallery that only locates images on the platform could be created(once tried that but having a lot of issues). Also I think that IOS has Photo Library, check thishttp://omz-software.com/pythonista/docs/ios/photos.html. I have not used that though because i don't have access to IOS devices. I do believe that IOS has the API that supports that.

On Linux and Windows file manager could be used or the kivy gallery

@tshirtman
Copy link
Member

Yes, i don't use ios either, but i assume it has something similar, and i though about using file manager on desktop, but that's why i was concerned about a common api between the platform, as i'm not sure exactly what this facade would bring that the filechooser doesn't.

As i briefly looked at android api, there doesn't seem to be a common "photo gallery" intent to use directly, and "Gallery" rathers refer to a deprecated layout that was convenient to implement such views.

If you have more details about what you expect to see/which api that would wrap, to flush out a proposition, that would be helpful.

@kengoon
Copy link
Contributor Author

kengoon commented Oct 17, 2020

i will dig more and get back to you, also I will be sending a link to a gist that shows how the kivy gallery works(that will be when I'm done with it). that's all I can do for now

@kengoon kengoon closed this as completed Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants