I am new to Android development.
I need to read a text file from the SD card and display that text file. Is there any way to view a text file directly in Android or else how can I read and display the contents of a text file?
|
I am new to Android development. I need to read a text file from the SD card and display that text file. Is there any way to view a text file directly in Android or else how can I read and display the contents of a text file? |
||||
|
|
In your layout you'll need something to display the text. A
And your code will look like this:
This could go in the |
|||||||||||||||
|