
I am trying to have the text from my TextView(id:tvContent) from the main.xml layout added to a row of the ListView. Upon starting the app, it pauses for a bit and then crashes. That being said, I created a small example project to try and get the hang of doing this, and I have looked up many examples, but still not working.

adding another Row each time the TextView says something different.

As part of a SMS app I am making, I need to add text from a TextView to a Row in a ListView dynamically as the TextView changes.
