MCPcopy Create free account

hub / github.com/Ramotion/folding-cell-android / types & classes

Types & classes13 in github.com/Ramotion/folding-cell-android

ClassAnimationEndListener
Just sugar for code clean
folding-cell/src/main/java/com/ramotion/foldingcell/animations/AnimationEndListener.java:8
ClassExampleUnitTest
To work on unit tests, switch the Test Artifact in the Build Variants view.
folding-cell-simple-example/src/test/java/com/ramotion/foldingcell/examples/simple/ExampleUnitTest.java:10
ClassFoldAnimation
Main piece of fold animation. Rotates view in 3d space around one of view borders.
folding-cell/src/main/java/com/ramotion/foldingcell/animations/FoldAnimation.java:12
EnumFoldAnimationMode
folding-cell/src/main/java/com/ramotion/foldingcell/animations/FoldAnimation.java:15
ClassFoldingCell
Very first implementation of Folding Cell by Ramotion for Android platform
folding-cell/src/main/java/com/ramotion/foldingcell/FoldingCell.java:32
ClassFoldingCellListAdapter
Simple example of ListAdapter for using with Folding Cell Adapter holds indexes of unfolded elements for correct work with default reusable views beha
folding-cell-listview-example/src/main/java/com/ramotion/foldingcell/examples/listview/FoldingCellListAdapter.java:22
ClassFoldingCellView
Basic element for folding animation that represents one physic part of folding sheet with different views on front and back.
folding-cell/src/main/java/com/ramotion/foldingcell/views/FoldingCellView.java:13
ClassHeightAnimation
Height animation for cell container to change cell size according to flip animation.
folding-cell/src/main/java/com/ramotion/foldingcell/animations/HeightAnimation.java:11
ClassHeightsCalculationUnitTest
folding-cell/src/test/java/com/ramotion/foldingcell/HeightsCalculationUnitTest.java:15
ClassItem
Simple POJO model for example
folding-cell-listview-example/src/main/java/com/ramotion/foldingcell/examples/listview/Item.java:10
ClassMainActivity
folding-cell-simple-example/src/main/java/com/ramotion/foldingcell/examples/simple/MainActivity.java:11
ClassMainActivity
Example of using Folding Cell with ListView and ListAdapter
folding-cell-listview-example/src/main/java/com/ramotion/foldingcell/examples/listview/MainActivity.java:19
ClassViewHolder
folding-cell-listview-example/src/main/java/com/ramotion/foldingcell/examples/listview/FoldingCellListAdapter.java:112