How To Add Section Header To Custom List View In Android?
package com.VRG; import java.io.IOException; import java.util.ArrayList; import java.util.HashMap; import android.app.Activity; import android.content.Context; import android.medi
Solution 1:
Here is a complete example of using Section Header
with a nice explanation as well. You can also download the source code and checkout how it works.
UPDATE
You can also see my blog post
Solution 2:
You can use the SimpleSectionAdapter that I've written. It works with any of your existing adapters. This should also be the simplest implementation you've come across so far.
Solution 3:
Just found some links that has given the example of listview as you want here,
Post a Comment for "How To Add Section Header To Custom List View In Android?"