Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlbertGrobas/MovingImageView
/ types & classes
Types & classes
4 in github.com/AlbertGrobas/MovingImageView
⨍
Functions
71
◇
Types & classes
4
Class
Builder
Class for create custom AUTO travel type regardless movementType var.
movingimageview/src/main/java/net/grobas/animation/MovingViewAnimator.java:333
Class
MovingImageView
Custom ImageView for moving images around the screen. Uses <code>MovingObjectAnimator</code> for animation effects.
movingimageview/src/main/java/net/grobas/view/MovingImageView.java:34
Class
MovingViewAnimator
Creates a custom animation. There are 4 types: horizontal, vertical, diagonal and auto. Auto adds all other 3 types. Very beta stage yet!
movingimageview/src/main/java/net/grobas/animation/MovingViewAnimator.java:39
Class
SampleActivity
sample/src/main/java/net/grobas/movingimageview/sample/SampleActivity.java:12