[code]String fileName = "test.xml";
AssetManager am = getResources().getAssets();
InputStream is = am.open("otherDir/"+ fileName);[/code]
AssetManager am = getResources().getAssets();
InputStream is = am.open("otherDir/"+ fileName);[/code]
'Android' 카테고리의 다른 글
Test for non-existant attribute in XPath (0) | 2013.10.08 |
---|---|
How do I convert InputStream to String? (0) | 2013.10.08 |
using android junit (0) | 2013.10.08 |
jni library path (0) | 2013.10.08 |
jni library path (0) | 2013.10.08 |