android-layoutandroid-listview

How to display multiple ListViews in one activity


In my application I need to display multiple (three) listviews at a time sections wise. What is a best way to implement this?


Solution

  • Maybe you want to look into fragments.

    http://developer.android.com/guide/components/fragments.html