Android : How to display 2 listviews in one activity?
I have used this code to display 2 list view one on top of the other- 1.Create a listview in layout and setContentView for Activity. 2.Now inflate another layout having another listview. 3.Add header/footer inflated listview to activity listview.
Code Here-
————————————————————————————————————-
activity_main.xml
———————————————————————————————————–—
<LinearLayout xmlns:android=”http://schemas.and…
View On WordPress













