This video shows how to create a simple group chat app using Firebase in Sketchware. FirebaseAuth Login Register: • Firebase Auth Login/Re...
Пікірлер: 101
@GalaxyDeem5 жыл бұрын
First :) By the way nice video (I didn't watch it yet but I know it is nice)
@marycarmenhernandezmoreno98455 жыл бұрын
Hello Sanjeev I would like you to make a video of how to make a call through the Internet step by step
@airmasschannel37925 жыл бұрын
Nice work... But the next time you are doing a video that you have already done show every details because most of us are still beginners in both sketchware and programming
@RitabrataAdakYoutube4 жыл бұрын
You explained in a very well manner.. but it would be more efficient if you describe it while write the algorithm..
@Bensmarting...5 жыл бұрын
Thankyou sanjeev, you have good vedios...please help me on how to display the latest chats at the top in a firebase chat for listview...in sketchware.
@sketchwarehelp5 жыл бұрын
For displaying items in onBindCustomView, use Length of list - 1 - position
@Bensmarting...5 жыл бұрын
@@sketchwarehelp Thank you I will try and see...
@Bensmarting...5 жыл бұрын
@@sketchwarehelp Just give me all the blocks needed for this function..I will arrange them...
@theobsidiancrafters24274 жыл бұрын
Bro, you helped me out ALOT, I've been using firebase storage all this time and it doesn't even work, keeps giving me errors, hopefully when I try this, it will work. Again, thanks
@luki1884 жыл бұрын
Did it work?
@theobsidiancrafters24274 жыл бұрын
@@luki188 yes
@luki1884 жыл бұрын
@@theobsidiancrafters2427 oh ok
@jonespeter19594 жыл бұрын
Bro pls put the video about layout of chat.xtml how to creat layout for that chat activity
@mdAshikuzzamanAkash4 жыл бұрын
how to display the last message all the time while we send new messages? the list will always show the last message(auto scrolling). please make tutorial about this
@pavanshetty41765 жыл бұрын
Hello.. i have been following your several videos .. now i am stuck with a problem.. i want my app to send an email notification to all auth users when a child is added to Firebase db. Can you please make a video on it or atleast reply to this post
@jimmygreat83635 жыл бұрын
In sketchware can i published to website insted of google play
@beau644 жыл бұрын
You can publish it to Sketchware
@zelador-80325 жыл бұрын
Please, make video about starting FTP server in sketchware
@kinecraft39944 жыл бұрын
Bro where ever I do as you do it shows java compile error in app.how can I fix it?
@tubeknowledge40805 жыл бұрын
Sanjeev plz make a video about sqlite using in skechware
@terencefranzindenerio93865 жыл бұрын
Sanjeev, ive tried your work but there is a problem for me, whenever conversation is long and i send a message,... It takes me back to the top of the conversation where the oldest messages is.
@kpmcreation39075 жыл бұрын
Hello sanjiv sir nice video but why you show this video ? I am waiting to your advance chat application like send request, accept request and remove friend function and friends activity etc.
@kpmcreation39075 жыл бұрын
Sir can you try to make instagram clone application in sketchware. Sung Woo Park maked instagram clone app in sketchware.
@RitabrataAdakYoutube4 жыл бұрын
Please make this video once again in brief..
@sketchwarehelp4 жыл бұрын
Download the project data of latest update of chat application here apktutor.com/sketchware-shared-projects/
@RitabrataAdakYoutube4 жыл бұрын
@@sketchwarehelp Thanks a lot brother.. I finally done it.. your videos help me a lot..
@ab-xe9vs5 жыл бұрын
how to change api level 27 to 28...please suggest
@НикитаАнонимно-э6б5 жыл бұрын
Install Apk Editor
@Dvance5 жыл бұрын
@@НикитаАнонимно-э6б which one? Every one is full of ads
@wtfmomentninenine4 жыл бұрын
Please I cant create without step by step. Create for only set time firebase
@justbear7295 жыл бұрын
how to sort this listview newest chat on Top? because my listview now was like newest is always start with number..
@sketchwarehelp5 жыл бұрын
Either display list in reverse order by using length of list-1-position, Or Create list in reverse order by using block add/insert...at position 0 of list map.
@justbear7295 жыл бұрын
ah my mistake, i got typo :D thanks btw
@Dvance5 жыл бұрын
@@sketchwarehelp I am interested in adding a feature where' when someone is typong it tells everyone. Not in a notification but with a small message saying ____ is now typing... Can you help?
@prakhardoneria2 жыл бұрын
I followed all steps as per video but when I login app crashes
@brennomodz5 жыл бұрын
I couldn't see it all in the listview
@freedomman7255 жыл бұрын
Bottom navigation in viewpager video plz?
@devamjad4 жыл бұрын
plz help me ... how to i i pick apk and install 🙏
@worldwidea-z20705 жыл бұрын
One doubt How to set only number can enter and string can't be enter in edittext.
@sketchwarehelp5 жыл бұрын
Change the inputType of EditText to numberDecimal
@worldwidea-z20705 жыл бұрын
@@sketchwarehelp Thanks you so much Brother 😊
@Dvance5 жыл бұрын
@@sketchwarehelp How do you make it say: Username is typing... On everybody's screen?
@wtfmomentninenine4 жыл бұрын
Hello, I have error in TimeStamp:(
@عمرعبدالخالقمدغمر5 жыл бұрын
I hope you make a special explanation about Sqlite Databaes
@cgamesandwebsitecoding864 жыл бұрын
I don't understand it at all. You didn't write the algorithm for us. This is a ready made project and it's not easy to understand it.
@trainleader214 жыл бұрын
I have a problem, for some odd reason after doing everything I cannot see the text messages
@sketchwarehelp4 жыл бұрын
Check if the messages appear in your firebase realtime database
@trainleader214 жыл бұрын
@@sketchwarehelp they do
@trainleader214 жыл бұрын
@@sketchwarehelp thx for the help though.
@sketchwarehelp4 жыл бұрын
Then you have to get data to the Maplist, and display in a ListView. In onBindCustomView use the correct keys without spelling mistakes.
@trainleader214 жыл бұрын
@@sketchwarehelp Well, I figured It out. It was one little thing on the "onChildAdded" area, I used the wrong listMap.
@qp23374 жыл бұрын
Hey sanjeev, nice video, but every time i send a message it scrolls to the top again. How can i do it that it always stay at bottom of list
@sketchwarehelp4 жыл бұрын
kzbin.info/www/bejne/fqnKf2Vnm6mdpM0 Try this way
@gamerplayer39845 жыл бұрын
Why not you show a one to one chat app just like this? Your old one to one chat app is not much understandable like this one. Try to show step by step one to one chat app
@vinda51505 жыл бұрын
How to send the notification if there new message?
@codexdevil10644 жыл бұрын
Hi
@zyluncgaming115 жыл бұрын
How can i contact u Mr?
@superkiller58005 жыл бұрын
Please try to solve this big problem.. When i try to upload a video to firebase it upload but when i download the video again to watch it ti doesn't work
@ojasgupta34854 жыл бұрын
The thing is: - You have not added VidView in your app
@faredalmahmoud57295 жыл бұрын
We needed, How to Retrieve data in Spinner from Firebase Database in sketchwere ....
@thunderteam54404 жыл бұрын
Just one question How we can decript the messages I say "hi" It write "gvsfnnmjsnvzz-hffbnnkkfc" How can I fix it bro
@sketchwarehelp4 жыл бұрын
It is not encrypted. Probably what you see is the id generated when you push your message. Inside that is the key value pair showing your message. So use the right key (the key used to send message) to display the messages.
@thunderteam54404 жыл бұрын
I don't know how bro please make me a quick small video And send it to me please Samdos31@gmail.com I will help you by sharing your KZbin channel And thank you
@Dylonbryet4 жыл бұрын
I need help when I send a message or when my mate send message I can't see the other user
@sketchwarehelp4 жыл бұрын
To see other user, you have to save other user, and then retrieve and display the users name.
@Dylonbryet4 жыл бұрын
@@sketchwarehelp I've like showed the other user name an message but then my name won't show up so I need help with it
@anshwadhwa4 жыл бұрын
Thanks sir it working
@Mwydalshbyb19975 жыл бұрын
how we can but image profile to chat app
@darkerbogg11175 жыл бұрын
This project, but made from scratch, would be much better, and I and some others would understand why and where...
@Aashik014 жыл бұрын
Plz give project link
@fgmelo_30155 жыл бұрын
add notifications in chat
@baba-iz8wk5 жыл бұрын
My chat is not sending
@_avirana88145 жыл бұрын
dude , plz tell how to fix admob
@welldiscerned75405 жыл бұрын
How to make a create post block?
@old_shuruxx4 жыл бұрын
8:25 you didn't show the right side.
@sketchwarehelp4 жыл бұрын
It is shown after 10:00
@bkakyevah5 жыл бұрын
Can i take my android app from sketchware use a tool to convert it to an iOS app
@sjensh49635 жыл бұрын
Ludo game tut either in aide or sketchware please please
@by3lish4 жыл бұрын
Bro Can you send me ss of onBindcustomview?
@КОРАНСПАСЕНИЕ5 жыл бұрын
Hey please make videp how change API level to 28
@WasiMaster5 жыл бұрын
I can tell you
@10Aparecido5 жыл бұрын
Omg, i'm happy
@old_shuruxx4 жыл бұрын
It doesnt work. I try to send but, nothing.
@sketchwarehelp4 жыл бұрын
You need to login. You should have correct Firebase credentials and correct package name. Also check firebase realtime database rules. Does it allow to read and write data. And check if you use same keys while sending data, and while displaying data in onBindCustomView.
@old_shuruxx4 жыл бұрын
I think it didnt allow to read/write data.
@sketchwarehelp4 жыл бұрын
You can change that in Firebase rules
@old_shuruxx4 жыл бұрын
Thanks I solved it.
@parthmongia32204 жыл бұрын
Bro send button is not working help please
@GalaxyDeem4 жыл бұрын
Same problem here.
@naufalfirdaus80475 жыл бұрын
Pls....Make on/off data mobile
@tallac-record_studio5 жыл бұрын
I've never succed to create an chat apk
@aldencarcamo59443 жыл бұрын
How to create offline messaging app
@prakhardoneria2 жыл бұрын
Impossible since you need to connect to server but you can make a offline chat with Bluetooth which one may not prefer since distance is very less