Good afternoon! I have a question-doubt I hope you can help me.
They know if there is any way to share variable data to other projects or between different modules that belong to a project. That is, I have my main project and that variable which I want to pass to a module to perform an operation.
I read that with SharedPreferences with MODE_WORLD_READABLE
but this option is already obsolete, I hope you explained it to me.