Home > Grouped-Adapter

Grouped-Adapter

Grouped-Adapter is a project mainly written in ..., it's free.

An adapter which provides round cornered background for each section of your listview

A simple adapter wrapper to make your adapter look sectioned and round cornered.

Simple to use:


ListAdapter myCustomAdapter;

GroupedAdapter groupedAdapter = new GroupedAdapterWrapper(myCustomAdapter);

To use it in your project:


Pull out the src/com/webile/adapters/GroupedAdapterWrapper.java res/drawable-hdpi/bottom_cornered.9.png res/drawable-hdpi/full_cornered.9.png res/drawable-hdpi/no_cornered.9.png res/drawable-hdpi/top_cornered.9.png

Thanks to [email protected] for the drawables.

P.S. Check out the screen shot!

Previous:ping