I am a newbie working with Android. A file is already created in the location data/data/myapp/files/hello.txt; the contents of this file is “hello”. How do I read the file’s content?
I am a newbie working with Android. A file is already created in the
Share
Take a look this how to use storages in android http://developer.android.com/guide/topics/data/data-storage.html#filesInternal
To read data from internal storage you need your app files folder and read content from here
Also you can use this approach