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...
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