Create a Chat App in Android Studio using Firebase Database | 2023

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

КОМЕНТАРІ • 20

  • @codingtutorials1857
    @codingtutorials1857  10 місяців тому +1

    Watch my latest Tutorial on how to create a Chat App using Firebase Database

  • @nicola3633
    @nicola3633 5 місяців тому +2

    bro messages do not appear in the right order, it even can be seen at the end of your video. Pls can you answer me with a solution? many thanks.

  • @ATHEEK29
    @ATHEEK29 10 місяців тому

    Request
    Next: Webapp

  • @cyberobo8865
    @cyberobo8865 6 місяців тому +3

    can you share source code?

  • @artinyandavid6884
    @artinyandavid6884 6 місяців тому

    Hello, I have a error at 34:50.
    Intent intent = new Intent(context, ChatActivity.class); (Error: Cannot resolve constructor)
    and
    context.startActivity(intent); Cannot resolve method startActivity

  • @ne_2K04
    @ne_2K04 6 місяців тому

    will it be a real time like whatsapp ? I mean if I have this app in two different phones with different accounts chatting among themselves, is that possible? I'm new here please answer.

    • @codingtutorials1857
      @codingtutorials1857  6 місяців тому +2

      Yes it will work like a real whatsapp. The firebase Database will be free for limited time for which you might have to take subscription.

  • @aditya_yadav851
    @aditya_yadav851 10 місяців тому

    Hello brother
    Can you build - to do list app in 1k

  • @Surbhi-tt1gy
    @Surbhi-tt1gy 3 місяці тому

    ess app ka koi souce code de sakta ha?

  • @manuelguanzon1027
    @manuelguanzon1027 9 місяців тому

    how to fix the toolbar error in the chat activity class?

    • @codingtutorials1857
      @codingtutorials1857  9 місяців тому

      What is the error.

    • @manuelguanzon1027
      @manuelguanzon1027 9 місяців тому

      @@codingtutorials1857 it's working now, i just needed to add compat in the widget package

    • @manuelguanzon1027
      @manuelguanzon1027 9 місяців тому

      please make a video of sending images in this chat system

    • @devashishathawale4807
      @devashishathawale4807 6 місяців тому

      You need to import "import androidx.appcompat.widget.Toolbar;" instead of whatever other toolbar you import

    • @harshbhoi1812
      @harshbhoi1812 5 місяців тому

      Yes Is Same Error On My Code

  • @minhngoc7383
    @minhngoc7383 10 місяців тому

    How to fix the error at 1:09:28?

    • @devashishathawale4807
      @devashishathawale4807 6 місяців тому

      You need to import "import androidx.appcompat.widget.Toolbar;" instead of whatever other toolbar you import

    • @ElSersh01
      @ElSersh01 6 місяців тому

      check if you imported the correct toolbar to android activities.
      I didn't checked if import androidx.appcompat.widget.Toolbar; is the correct one, but it worked for me

  • @chris-bg8ol
    @chris-bg8ol Місяць тому

    give source code