Khalid ElSayed
Results
2
issues of
Khalid ElSayed
When I create an animation using actor like the following: `new Actor.Builder(SpringSystem.create(), rootView.findViewById(R.id.circle)) .addTranslateMotion(Imitator.TRACK_DELTA, Imitator.FOLLOW_EXACT, MotionProperty.X).build();` I want to add a listener to control the behavior of the animation itself...
question
Hi, Can I use it in actionbar menu as a menuItem? If so please show me how.