-
Notifications
You must be signed in to change notification settings - Fork 428
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
Comments
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. |
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 |
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. |
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 |
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
The text was updated successfully, but these errors were encountered: