I have in my layout.xml a TextView with "id = txtLog".
Where do the test results from my application using:
Log.i("Result:", "Value of x = " + x);
for show result in LogCat.
It is possible to show these results "Log.i" within the TextView?
Note: I left a space at the bottom of my application to show the TextView. Like a console.
I would like to display these messages on TextView. If possible create a scroll bar and display every time I use Log.i
I am a beginner, do not know if it is possible. Yet thanks.