How to Add a Professional Looking Animation in Android With a Few Lines of Code

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии •

  • @CodingDemos
    @CodingDemos  4 года назад

    Hey guys, I hope you liked this tutorial :)
    Comment below on topics you want me to cover next.

  • @Dhanen
    @Dhanen Год назад

    Hello! Nice video here, it will be so useful in the future. Now I am making a project where I need to animate a text but it's tricky: now text just scrolls from down to up and I want to make it look like Star Wars initial credits. There's a library called CreditsRoll, but it is 9 yo and I am unable to make it work in Android Studio. Can you help me, please? I don't know where else to ask, nobody wants to help me or them doesn't know how to do it. It has to be text because of it's a scoreboard updated after each game. Thanks in advance!

  • @ravivarma9344
    @ravivarma9344 4 года назад

    This is what I'm waiting for. 😍

  • @dhakshnamoorthy8673
    @dhakshnamoorthy8673 3 года назад

    I wish to add my 3d animation to my android studio project so I have to add any third party library it seems so can u help me to do that so??

  • @paragdhake1203
    @paragdhake1203 4 года назад

    While adding third activity in java file setcontentview(R.layout.activity3)
    Where activity3 in red and while I try to type it cannot show in suggest list.
    But I have created xml file what will be the possible error.
    I'm completely new. I'm trying to make app from watching video.
    But I have good experience of coding c

    • @CodingDemos
      @CodingDemos  4 года назад +1

      Hi, try to clean the project and then build it. That may solve the issue

    • @paragdhake1203
      @paragdhake1203 4 года назад

      @@CodingDemos thanks now it's working

    • @CodingDemos
      @CodingDemos  4 года назад

      Great 😃

  • @paragdhake1203
    @paragdhake1203 4 года назад

    Can youvplz provide video on sending data or say string through wifi on selected ip and port
    I want to send data to esp8266 device.
    Esp device create the hotspot which connected to the app and using ip and port we can able to send data or receive data
    Thanks

    • @CodingDemos
      @CodingDemos  4 года назад

      I'm sorry, but I'm not really familiar with it

    • @paragdhake1203
      @paragdhake1203 4 года назад

      @@CodingDemos never mind I got the code for it using server and clients using socket.
      Now the problem is I m only able to send the string, i want to send the array of byte to socket.
      Also if I have created thread in the activity 3 it is running if I jump to activity 1. If not how to do it

  • @Iraqistudent
    @Iraqistudent 4 года назад

    thanks

  • @paragdhake1203
    @paragdhake1203 4 года назад

    Hi..