Hello All,
I want to load 2 layouts.
While click on the button at first layout the second layout will be load.
Now when the second layout will be called, I want to load the second layout from right to left, but currently it is loading from top left corner.
is there is any way I can load the layout from right to left with slow animation?
That avatar was when I first started B4A, about 8 years ago. It has developed, grown and expanded a lot since then. My skill however, is growing rather slower and I still look like that quite often.
This short tutorial will explain how to create custom transitions between activities. The transitions must be declared in an XML file as described here: Animation Resources | Android Developers 1. Declare the transition You should put the animation files under Objects\Res\anim folder. The...
With this library (or class module) you can create so called "Shared Element Transitions" between Activities. Many times there are elements common between activities. With this library you can move these elements to their new location and resize them in a nice animation while starting a new...