Android Left to Right slide animation

前端 未结 9 1043
旧时难觅i
旧时难觅i 2020-11-22 08:18

I have three activities whose launch modes are single instance.
Using onfling(), I swing them left and right.

The problem is when I swipe right to

9条回答
  •  無奈伤痛
    2020-11-22 08:59

    Made a sample code implementing the same with slide effects from left, right, top and bottom. (For those who dont want to make all those anim xml files :) )

    Checkout out the code on github

提交回复
热议问题