Skip to content

spencerkohan/SectionListAdapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

#SectionsListAdapter#

Android list adapter that works with an interface just like iOS's tableview delegate (minus some of the features). It has 3 major components:

###SectionsListAdapter class###

This class should be used as-is as your ListView's adapter

###SectionsListAdapterDelegate interface###

Most likely your ListActivity will implement this interface to act just like a UITableViewController.

###IndexPath class###

The SectionsListAdapter will send instances of this class to your ListActivity.

About

iOS-style ListViews for Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages