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

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ธ.ค. 2024

ความคิดเห็น • 20

  • @nicola3633
    @nicola3633 6 หลายเดือนก่อน +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.

  • @codeLabX-pro
    @codeLabX-pro  11 หลายเดือนก่อน +1

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

  • @cyberobo8865
    @cyberobo8865 7 หลายเดือนก่อน +3

    can you share source code?

  • @Athspi
    @Athspi 11 หลายเดือนก่อน

    Request
    Next: Webapp

  • @manuelguanzon1027
    @manuelguanzon1027 10 หลายเดือนก่อน

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

    • @codeLabX-pro
      @codeLabX-pro  10 หลายเดือนก่อน

      What is the error.

    • @manuelguanzon1027
      @manuelguanzon1027 10 หลายเดือนก่อน

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

    • @manuelguanzon1027
      @manuelguanzon1027 10 หลายเดือนก่อน

      please make a video of sending images in this chat system

    • @devashishathawale4807
      @devashishathawale4807 7 หลายเดือนก่อน

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

    • @harshbhoi1812
      @harshbhoi1812 6 หลายเดือนก่อน

      Yes Is Same Error On My Code

  • @aditya_yadav851
    @aditya_yadav851 11 หลายเดือนก่อน

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

  • @artinyandavid6884
    @artinyandavid6884 7 หลายเดือนก่อน

    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

  • @Surbhi-tt1gy
    @Surbhi-tt1gy 4 หลายเดือนก่อน

    ess app ka koi souce code de sakta ha?

  • @minhngoc7383
    @minhngoc7383 11 หลายเดือนก่อน

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

    • @devashishathawale4807
      @devashishathawale4807 7 หลายเดือนก่อน

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

    • @ElSersh01
      @ElSersh01 7 หลายเดือนก่อน

      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

  • @ne_2K04
    @ne_2K04 7 หลายเดือนก่อน

    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.

    • @codeLabX-pro
      @codeLabX-pro  7 หลายเดือนก่อน +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.

  • @chris-bg8ol
    @chris-bg8ol 2 หลายเดือนก่อน

    give source code