Implementation demo for a footer container that sticks to the bottom of the screens accordingly to the size of a listView or any other scrolling view above it.
list_moving_container is hosted in the following web site
https://github.com/JlUgia/list_moving_container
If you think the Android project list_moving_container listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of list_moving_container.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 2 |
Fragment Count | 2 |
jar files used | android-support-v4.jar |
list_moving_container has the following Java source files.
com.ugia.listmovingcontainer.activity.InitSelectionActivity.java com.ugia.listmovingcontainer.activity.MainFragmentActivity.java com.ugia.listmovingcontainer.adapter.ListAdapter.java com.ugia.listmovingcontainer.fragment.BottomListMovingContainerFragment.java com.ugia.listmovingcontainer.utils.DrawingUtils.java