Hi!
I need to access the Layout File (xml) from my Adapter.
Lets say I have a Layout A and when CAI processes it in runtime,
I need to read through my Adapter certain XML values.
How is this possible?
I already tried:
Params.getApplicationResourcePath(…)
Is this the right way, because nothing returns…
thanks in advance!