filereader - Read From txt file in android in mobile device -
i have several txt file already.i want read files in application.i click button , choose name of txt file , read it. how it? pls me.
you can put file in asset directory of projet , use
assetmanager = context.getassets();
i think link can : http://www.technotalkative.com/android-read-file-from-assets/
Comments
Post a Comment