Skip to content

A list adapter for android list view that helps in creating groups or sections of list items identified by a group or a section header,respectively.

License

Notifications You must be signed in to change notification settings

sandyiscool/sectioned-list-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sectioned-list-adapter

A list adapter for android list view that helps in creating groups or sections of list items identified by a group or a section header,respectively.

There are two directories in this repository:

  1. SectionedListAdapter is the android library project that contains the list adapter base class which you can extend and use in your project.

  2. SectionedListAdapterExample is an android application project that illustrates a few example usages of SectionedListAdapter.

Installation:

Clone the repository inside an existing directory

git clone https://github.com/sandyiscool/sectioned-list-adapter.git

Importing into Eclipse:

  1. In Elipse go to File -> New -> Other -> Android -> Android Project From Existing Code.

  2. Select the sectioned-list-adapter directory as the root directory.

  3. Import both the projects found in the directory.

Bugs, Issues, Features:

Please report bugs/issues or request features using the github issue tracker for this repo
https://github.com/sandyiscool/sectioned-list-adapter/issues

Code Contribution:

Code contributions are welcome. If you would like to contribute to this project, please contact me at :
[email protected]

License

GPL v3
See LICENSE

About

A list adapter for android list view that helps in creating groups or sections of list items identified by a group or a section header,respectively.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages