I'm building on this tutorial:
what is the best way to call the Runtime Permissions, since they only work in an Activity?
I have a button that only asks for permission when he presses this button (save image in gallery), if he does not click this button he does not need this permission.
Greetings
[B4X] Cross platform example
This is a simple example that demonstrates a recommended method of sharing code and files between B4A, B4i and B4J. It is based on these tips: https://www.b4x.com/android/forum/threads/xui2d-cross-platform-tips.96815/#content The main idea is to implement everything that is possible in one or...
www.b4x.com
what is the best way to call the Runtime Permissions, since they only work in an Activity?
I have a button that only asks for permission when he presses this button (save image in gallery), if he does not click this button he does not need this permission.
Greetings