1 - I tried to compile the component in an Activity project, but I get this error below.
It will works only in a b4xpages project?
B4X:
B4A Version: 13.00 BETA #1
Parsing code. Error
Error parsing program.
Error description: Unknown type: b4xmainpage
Are you missing a library reference?
Error occurred on line: 73 (B4XPages)
Public Sub MainPage As B4XMainPage
2 - In the notification, can I translate this text "Taking picture"?
1. I've added an option to change the title: https://www.b4x.com/android/forum/t...orm-videos-and-images-chooser.161093/#content
2. MediaChooser does depend on B4XPages. If you have an existing project not based on B4XPages then you can use the old "intent based camera". Take the KeepRunningService module from MediaChooser and see the instructions related to the manifest snippets.
1. I've added an option to change the title: https://www.b4x.com/android/forum/t...orm-videos-and-images-chooser.161093/#content
2. MediaChooser does depend on B4XPages. If you have an existing project not based on B4XPages then you can use the old "intent based camera". Take the KeepRunningService module from MediaChooser and see the instructions related to the manifest snippets.