I searched for similar questions but didn't get the proper answer, so posting it as a new question.
Can a LinearLayout
have two TextViews
and one list view? I learn that listview can be used to display array elements only if the class extends ListActivity
. The Class in my app extends Activity and uses listView.
I am trying to build an RSS Reader based on IBM tutorial. On running the project I am getting parsed text in both the Text views but ListView
is not displaying. I can post the code and Logcat if required.