0

How to print text from file to textfield???If you can write the code of that Then please write it

And it also print new data and old Data entrted in file when executing program frequently...

5th Dec 2016, 4:55 PM
Amit
Amit - avatar
1 Resposta
0
first access the file, get it's text and store it in a string, now use findViewById method to access text view that you want to change, typecast it and change it's text by using setText method
7th Mar 2017, 9:15 AM
AbdulSammad
AbdulSammad - avatar