MotionLayout:- How to use motionlayout to create animation || Android studio 4.0 tutorial (2020)

Поділитися
Вставка
  • Опубліковано 4 лис 2024

КОМЕНТАРІ •

  • @raphelbenal4875
    @raphelbenal4875 4 роки тому +3

    Thanks to you now i understand how to use motion layout

  • @nightmarexcvm
    @nightmarexcvm 3 роки тому +1

    I've got a question. Can I disable back animation? I mean for example animation is start to end when a button clicked. And when the button is clicked again it runs automatically animation end to start. Can I disable this?

    • @TechnicalCoding
      @TechnicalCoding  3 роки тому

      You can do this programaticaly after the end animation set the end scene as the start scene
      motionLayout.setTransition(R.id.start, R.id.start)
      and when you ewant to enable it
      motionLayout.setTransition(R.id.start, R.id.end)

  • @lostexplorer732
    @lostexplorer732 4 роки тому +1

    Hmm Bengali accent..nice :D

  • @killmater9943
    @killmater9943 Рік тому

    How go motion layout to constraint layouts

  • @tejaspatel1698
    @tejaspatel1698 4 роки тому

    i can't see app running in your device.... why is your screen blurred? and please share your code.

    • @TechnicalCoding
      @TechnicalCoding  4 роки тому +1

      The code is complete and when the screen goes blur I supposed to show my running application demo but I forgot to add that when I was editing. I am sorry for your inconvenience , don't worry the code is working but I forgot to show the output

  • @haseebpavaratty6249
    @haseebpavaratty6249 4 роки тому

    Thanks bro

  • @raphelbenal4875
    @raphelbenal4875 4 роки тому +1

    Thanks to you now i understand how to use motion layout