Skip to content

nebulae-pan/NFormView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFormView

A Form View for Android, usage like listView or RecyclerView, different is use AbsFormCell instead of View

Jcenter

Usage

  1. add dependencies
compile 'nebulae.library.wheel:formview:x.x.x'//version can get from above badges
  1. extends BaseAdapter and implement
int getRowCount();

int getColumnCount();

T createCell(int rowNumber, int colNumber);

void bindCell(T cell, int rowNumber, int colNumber);
  1. set Adapter to FormView
mAdapter = new MyAdapter(/**/);
mFormView.setAdapter(mAdapter);

Function

support NestedScroll(already implement NestedScrollChild)

Todo

add TitleCell

About

An Android Form View

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages