Loading own files

How I load some my own files (text-files) on android?



I could load them if I reach MainActivity’s getResources() -method but my Main program doesnt find that MainActivity -class.



So, using assetManager somehow?

This question was asked about a week ago:

http://hub.jmonkeyengine.org/groups/import-assets/forum/topic/loading-txt-files-from-assets/



There is a nice search function for this forum, just as you know…

Got it to work. Thanks.