hi , I have been working on how to access the resource files ( xml files, images , referred here: http://developer.android.com/guide/topics/resources/providing-resources.html ) from an android module? I search a whole day but found no answer.
I got some clues from the official document (http://docs.appcelerator.com/platform/latest/#!/guide/Android_Module_Project-section-43289002_AndroidModuleProject-BundleModuleAssets), tried but not success. the error show that the resource is not accessbile by the java code from titanium module.
so, I want to know, is it possible to let the java code ( e.g. an activity) access its resource files ( value/string.xml or so ) from Titanium module? if so, is there any sample code that I can refer to?
thank a lot!