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
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.
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
Watch my latest Tutorial on how to create a Chat App using Firebase Database
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.
Request
Next: Webapp
can you share source code?
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
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.
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.
Hello brother
Can you build - to do list app in 1k
ess app ka koi souce code de sakta ha?
how to fix the toolbar error in the chat activity class?
What is the error.
@@codingtutorials1857 it's working now, i just needed to add compat in the widget package
please make a video of sending images in this chat system
You need to import "import androidx.appcompat.widget.Toolbar;" instead of whatever other toolbar you import
Yes Is Same Error On My Code
How to fix the error at 1:09:28?
You need to import "import androidx.appcompat.widget.Toolbar;" instead of whatever other toolbar you import
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
give source code