Leonidas Brasileiro Member Licensed User Feb 1, 2018 #1 Hello, I have successfully implemented both Content Chooser and Intent Based Camera in one project. These are the sources I used: https://www.b4x.com/android/forum/threads/content-chooser.12940/ https://www.b4x.com/android/forum/threads/intent-based-camera.69215/#content I have seen some apps where the camera is placed as an option in Content Chooser. Any idea on how to do it with B4A?
Hello, I have successfully implemented both Content Chooser and Intent Based Camera in one project. These are the sources I used: https://www.b4x.com/android/forum/threads/content-chooser.12940/ https://www.b4x.com/android/forum/threads/intent-based-camera.69215/#content I have seen some apps where the camera is placed as an option in Content Chooser. Any idea on how to do it with B4A?
Erel B4X founder Staff member Licensed User Longtime User Feb 1, 2018 #2 It will not work with ContentChooser. I think that it will be simpler and work better to implement it in your interface. Add one button for camera and one button for all others. Upvote 0
It will not work with ContentChooser. I think that it will be simpler and work better to implement it in your interface. Add one button for camera and one button for all others.
Leonidas Brasileiro Member Licensed User Feb 1, 2018 #3 Thank you. I think that it will be simpler and work better to implement it in your interface. Add one button for camera and one button for all others. Click to expand... It is already set like that. Upvote 0
Thank you. I think that it will be simpler and work better to implement it in your interface. Add one button for camera and one button for all others. Click to expand... It is already set like that.