Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ramotion/folding-cell-android
/ types & classes
Types & classes
13 in github.com/Ramotion/folding-cell-android
⨍
Functions
77
◇
Types & classes
13
Class
AnimationEndListener
Just sugar for code clean
folding-cell/src/main/java/com/ramotion/foldingcell/animations/AnimationEndListener.java:8
Class
ExampleUnitTest
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
Class
FoldAnimation
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
Enum
FoldAnimationMode
folding-cell/src/main/java/com/ramotion/foldingcell/animations/FoldAnimation.java:15
Class
FoldingCell
Very first implementation of Folding Cell by Ramotion for Android platform
folding-cell/src/main/java/com/ramotion/foldingcell/FoldingCell.java:32
Class
FoldingCellListAdapter
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
Class
FoldingCellView
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
Class
HeightAnimation
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
Class
HeightsCalculationUnitTest
folding-cell/src/test/java/com/ramotion/foldingcell/HeightsCalculationUnitTest.java:15
Class
Item
Simple POJO model for example
folding-cell-listview-example/src/main/java/com/ramotion/foldingcell/examples/listview/Item.java:10
Class
MainActivity
folding-cell-simple-example/src/main/java/com/ramotion/foldingcell/examples/simple/MainActivity.java:11
Class
MainActivity
Example of using Folding Cell with ListView and ListAdapter
folding-cell-listview-example/src/main/java/com/ramotion/foldingcell/examples/listview/MainActivity.java:19
Class
ViewHolder
folding-cell-listview-example/src/main/java/com/ramotion/foldingcell/examples/listview/FoldingCellListAdapter.java:112