Does anybody know anything about the internals of resource-id and R.java, or could at least reference me to read some more about it?
What is the meaning of the resource-ids? Are they some kind of addresses in the apk? Where are they saved in the compiled apk?
I tried looking some info about it, but most of the things I get are issues with importing it and what it does and in general.
Why I am asking these questions: I recently tried to dynamically load an apk that uses a resource here and looking at this I believe it is not even possible. I wanted to understand why.