I want to display a text message, after reading it from a text file on the sd card. I also want to include two buttons in the message for taking user confirmation.
The solutions provided in this forum for similar questions were not of much use to me. Also the documentation in android website was not easily understandable.
Thanks in advance.
Have a look on the following url to read a text file from sdcrd. after agetting the text you can use textview to set display the text
How to read a text file from SDCard
Thanks Deepak