Android Question Second Layout Loading Animation

AndroidMadhu

Active Member
Licensed User
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?

Please suggest.
 

Geezer

Active Member
Licensed User
Longtime User
You could load it into a panel off screen and then move the panel into position yourself with code
 
Upvote 0

Geezer

Active Member
Licensed User
Longtime User
@Geezer, your avatar is misleading; it looks like us all, sometimes (or often?) ?
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.
 
Upvote 0

bugdr0id

New Member
Licensed User

 
Upvote 0
Top