This library makes it simple to let the user choose or capture media.
Features:
Notes:
- v1.02 - (B4A) KeepRunningService.NotificationTitle field. Default value is "Taking picture".
- v1.01 - (B4A) adds support for targetSdkVersion=34. New requirement in manifest editor: SetServiceAttribute(KeepRunningService, android:foregroundServiceType, shortService)
Features:
- Allows the user to capture videos and still pictures (B4A and B4i only).
- Allows the user to pick videos and pictures.
- Very easy to use together with SimpleMediaManager.
- Detects images mime types. Jpeg and Gifs.
- Works with a progress bar that shows when items need to be copied. This is currently only relevant to B4A.
- B4A - no permissions needed.
Notes:
- B4i - see #Plist declarations in main module.
- B4A - see FileProvider declarations in manifest editor and the new foregroundServiceType declaration.
- See the build configuration symbols (Ctrl + B) required for SMM features: https://www.b4x.com/android/forum/t...rk-for-images-videos-and-more.134716/#content
- v1.02 - (B4A) KeepRunningService.NotificationTitle field. Default value is "Taking picture".
- v1.01 - (B4A) adds support for targetSdkVersion=34. New requirement in manifest editor: SetServiceAttribute(KeepRunningService, android:foregroundServiceType, shortService)
Attachments
Last edited: