Skip to content

n11com/AndroidEndlessAdapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AndroidEndlessAdapter

AndroidAndlessAdapter is an listview adapter library project that support load automaticly more data. When you scroll to bottom on listview it decide to load more data.

Usage

To use EndlessAdapter, you need to create an adapter that extend EndlessAdapter. Specify a view to show on loading placeholder. Load data on loadMoreData() method if you need more data to show. When you receive data to show, you need to call notifyAdapter(List<String> list) method. Use getRowView() method as normal Adapter's getView() method.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages