This question is with regards to this one. Since it is a specific question I moved that question by itself here. I have tried creating a text file, \"foo.txt\", an read it i
try this :
private AssetManager am; am=getAssets(); InputStream inputStream = null ; try { inputStream = am.open("read.txt"); } catch (IOException e) {}