Android Open Source - UI ListView view ListViewExpandingCellsWithOnClick






Project Summary

Modified version of "DevBytes: ListView Expanding Cells Animation" with changed toggle from ListView.OnItemClick to an OnClick of simple View (i.e. ToggleButton).

Web Site / Source Repository

ListViewExpandingCellsWithOnClick is hosted in the following web site
https://github.com/NiasSt90/ListViewExpandingCellsWithOnClick

If you think the Android project ListViewExpandingCellsWithOnClick listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of ListViewExpandingCellsWithOnClick.

ItemValue
Java File Count7
Supported screen sizes[hdpi]
Target SDK Version17
Minimum SDK Version16
Activity Count1




Resource Files

There are 2 image files in ListViewExpandingCellsWithOnClick. The names of the image files are listed as follows.

expander_close.9.png
expander_open.9.png

The following screenshort is generated from the image listed above.

null

Java Source Files

ListViewExpandingCellsWithOnClick has the following Java source files.

com.example.android.expandingcells.CustomArrayAdapter.java
com.example.android.expandingcells.ExpandableListItem.java
com.example.android.expandingcells.ExpandingCells.java
com.example.android.expandingcells.ExpandingLayout.java
com.example.android.expandingcells.ExpandingListView.java
com.example.android.expandingcells.OnSizeChangedListener.java
com.example.android.expandingcells.ToggleExpandingListViewOnClickListener.java