Simple database app using Firebase and json in Sketchware

  Рет қаралды 32,236

Sanjeev Kumar

Sanjeev Kumar

Күн бұрын

This video shows how to create a simple database app using Json file and Firebase in Sketchware.
To edit any data, make changes to the json file and upload it again at same location.

Пікірлер: 74
@Sadequl3651
@Sadequl3651 2 жыл бұрын
Excellent boss.
@nicozinx
@nicozinx 5 жыл бұрын
Sir, it not work in sketchware version 3.9.2,an error occured,com.google.firebase.database.DatabaseException: Expected a Map while deserializing, but got a class java.lang.String at com.google.android.gms.internal.firebase_database.zzkt.zzj(Unknow Source)...
@RaeesMods
@RaeesMods 3 жыл бұрын
Bro video to bohat hi good hai lakin kiya hum json file sketch ware se upload nhi kr skty agar haan to plz aik video banao..big fan from Pakistan
@nathanielajayi5827
@nathanielajayi5827 6 жыл бұрын
I have a chat app already, but I wanted to ask if it was possible to send message to specific users? like a ListView where various users are displayed and you chose who to mail?
@anand_barasara
@anand_barasara 5 жыл бұрын
sir json fille not input in firebase
@guanleonglee9969
@guanleonglee9969 5 жыл бұрын
I have try the way as you post and the KZbin..it doesnt work. It show error msg 0 B/s 53 6:49 p.m ERROR: resource directory/storage/emulated/ 0/.sketchware/libs/com.android.support/support transition/27.0.2/res does not exist]. In the video you didn't mention the storage bucket URL, may be it was the old version. And idea can you fix this errors? I'm trying to create a online scammer list and need to use live database.
@nicozinx
@nicozinx 5 жыл бұрын
Sir, i think is good if we can add,update and delete data.will you continued this video tutorial for the three button add,update and delete.
@ayushdixit3183
@ayushdixit3183 6 жыл бұрын
how can I add json data from any website...
@sketchwarehelp
@sketchwarehelp 6 жыл бұрын
You can get json String from any website like this: kzbin.info/www/bejne/m16XmYp-p8qZn8U
@sentiwala
@sentiwala 3 жыл бұрын
Matter of firebase not understand.plz tech me clearly .what website you went for upload Jason file? Firebase? But when I go to firebase website.not showing like you.json file upload page not opening 😑.
@nzoocbrifki
@nzoocbrifki 6 жыл бұрын
Hallo sanjev , how can make profile all username data to text not to listview ??? please hlp
@joy-debnath
@joy-debnath 6 жыл бұрын
What is the problem on this json file? When i want to upload this file on firebase, then show this file was invalid... but why??? { "123": { "name" : "joy", "roll" : "9", "math" : "90" }, "124": { "name" : "remon", "roll" : "20", "math" : "60" }, "125": { "name" : "tonmoy", "roll" : "26", "math" : "60" }, }
@sketchwarehelp
@sketchwarehelp 6 жыл бұрын
The last comma after } is not required
@joy-debnath
@joy-debnath 6 жыл бұрын
Thanks...
@villagers311
@villagers311 4 жыл бұрын
Tried to make this app as it is..but *Only after run..taking input but not showing results.. I added all firebases data like app id ,key but. Not showing results remaining empty
@Daradataa
@Daradataa 4 жыл бұрын
same to me, do you already get solved?
@veeraharishm7202
@veeraharishm7202 6 жыл бұрын
Can we make user to download or view the file(pdf) in firebase .if so plz tell how
@IkwaireCSA
@IkwaireCSA 5 жыл бұрын
Hello sir, Please how can i search from firebase db without using the childkey. Thanks
@elabinnovations
@elabinnovations 6 жыл бұрын
How to add external json file with link?
@Kyller2ndTV
@Kyller2ndTV 4 жыл бұрын
my app dont want comunicate whit realtime databse damg!
@AniketRajput86
@AniketRajput86 6 жыл бұрын
Awesome video
@guffarabic4279
@guffarabic4279 3 жыл бұрын
possible project?!
@hanmengtan1712
@hanmengtan1712 5 жыл бұрын
Hi bro can you teach how to make simple attendence system on sketchware
@kpramanath2471
@kpramanath2471 6 жыл бұрын
Nice one.....bro there is an option to add drawer and floating action bar directly in sketchware's latest version. But it doesn't work. Please help
@sketchwarehelp
@sketchwarehelp 6 жыл бұрын
You have to enable AppCompat for that
@kpramanath2471
@kpramanath2471 6 жыл бұрын
sketchware help I have enabled it. Even it didn't work
@sketchwarehelp
@sketchwarehelp 6 жыл бұрын
Check this: kzbin.info/www/bejne/e2GZmpmjr8-kh6M
@kpramanath2471
@kpramanath2471 6 жыл бұрын
sketchware help Thank you
@androidhackart1327
@androidhackart1327 4 жыл бұрын
Firebase values ka sum ka video banao plz needed
@sjensh4963
@sjensh4963 6 жыл бұрын
Hi sir, how to give user to change the code facility?
@bekhruzkhayitov7265
@bekhruzkhayitov7265 6 жыл бұрын
Hello! I want to make a chat application. How do I make that after the first connection to the Internet messages are saved, and when the next time the Internet was turned off the messages were displayed. Thanks.
@sketchwarehelp
@sketchwarehelp 6 жыл бұрын
Check this: kzbin.info/www/bejne/Z2XYl418e52dZ5Y
@jjfoo99
@jjfoo99 6 жыл бұрын
Can you plz help i have this code from one of your older videos but i cant add it in to sketchware cause of the add source directly block no longer being a thing and i would really like it if you could help me with that plz The Code: listview1.setTranscriptMode(ListView.TRANSCRIPT_MODE_ALWAYS_SCROLL); listview1.setStackFromBottom(true);
@sketchwarehelp
@sketchwarehelp 6 жыл бұрын
Try Listview smoothscroll to position (MapList1.size() - 1)
@jjfoo99
@jjfoo99 6 жыл бұрын
sketchware help i couldnt understand what to do with it i tried a few things but couldnt make it work do you think you could explain to me what i do with it?
@sketchwarehelp
@sketchwarehelp 6 жыл бұрын
There is a block, ListView smoothScrollToPosition. Use that.
@jjfoo99
@jjfoo99 6 жыл бұрын
sketchware help okay found it but it only allows me to type number in which block do i add to type (MapList1.size()-1)
@sketchwarehelp
@sketchwarehelp 6 жыл бұрын
jjfoo99 Use block (length of List) and use the minus block.
@Daradataa
@Daradataa 4 жыл бұрын
share the json file. please :(
@top5gamerz108
@top5gamerz108 6 жыл бұрын
Hi Sir, Plz explain how to make an App to check PNR status by using Indian Railway API key in sketchware. Thanx
@sabaxproductions1810
@sabaxproductions1810 6 жыл бұрын
yay, I am first and even watched a full ads :)
@Mohit_Bisht
@Mohit_Bisht 6 жыл бұрын
make a video on Adding adsbin firebase project , please sir its a huge request
@rrajkumar9796
@rrajkumar9796 6 жыл бұрын
How to connect firebase in aide
@ovidiuux
@ovidiuux 6 жыл бұрын
Nice 💪❤ RIP "add source directly" :(
@lonelyspeckarp
@lonelyspeckarp 6 жыл бұрын
IV just tried much more times but it still in invalid I just sent you...check it { "1231": { "name" : "Vinay", "maths" : "49", "science" : "43", "history" : "43" }, "1232": { "name" : "Asha", "maths" : "46", "science" : "47", "history" : "42" }, "1233": { "name" : "Bharat", "maths" : "38", "science" : "42", "history" : "40" }, "1234": { "name" : "Chetan", "maths" : "41", "science" : "33", "history" : "39" }, "1235": { "name" : "Hemanth", "maths" : "26", "science" : "36", "history" : "33" } }
@sketchwarehelp
@sketchwarehelp 6 жыл бұрын
You can import it after deleting all data at the location where you want to import it.
@indrajitpatil4999
@indrajitpatil4999 6 жыл бұрын
Nice
@muhammadmudasserabbas5050
@muhammadmudasserabbas5050 5 жыл бұрын
send json file please
@lonelyspeckarp
@lonelyspeckarp 6 жыл бұрын
Hey man, it still saying Invalid JSON
@sketchwarehelp
@sketchwarehelp 6 жыл бұрын
{ "1231" : { "name" : "Vinay", "maths" : "49", "science" : "43", "history" : "43" }, "1232": { "name" : "Asha", "maths" : "46", "science" : "47", "history" : "42" }, "1233": { "name" : "Bharat", "maths" : "38", "science" : "42", "history" : "40" }, "1234": { "name" : "Chetan", "maths" : "41", "science" : "33", "history" : "39" }, "1235": { "name" : "Hemanth", "maths" : "26", "science" : "36", "history" : "33" } }
@lonelyspeckarp
@lonelyspeckarp 6 жыл бұрын
sketchware help hey it still say invalid bro after using your
@fbidxgmgaming141
@fbidxgmgaming141 5 жыл бұрын
Where is fille json
@lonelyspeckarp
@lonelyspeckarp 6 жыл бұрын
Send the codes I just change and try it
@sketchwarehelp
@sketchwarehelp 6 жыл бұрын
In my case the invalid json was due to commas. The commas should only be between two items. No comma should be after the last item.
@bighouseentertainment9529
@bighouseentertainment9529 6 жыл бұрын
Thanx alot
@youtubecontent4113
@youtubecontent4113 6 жыл бұрын
Third
@muhammadmudasserabbas5050
@muhammadmudasserabbas5050 5 жыл бұрын
Sir, it not work in sketchware version 3.9.2,an error occured,com.google.firebase.database.DatabaseException: Expected a Map while deserializing, but got a class java.lang.String at com.google.android.gms.internal.firebase_database.zzkt.zzj(Unknow Source)...
@sentiwala
@sentiwala 3 жыл бұрын
Matter of firebase not understand.plz tech me clearly .what website you went for upload Jason file? Firebase? But when I go to firebase website.not showing like you.json file upload page not opening 😑.
@sentiwala
@sentiwala 3 жыл бұрын
Matter of firebase not understand.plz tech me clearly .what website you went for upload Jason file? Firebase? But when I go to firebase website.not showing like you.json file upload page not opening 😑.
@sentiwala
@sentiwala 3 жыл бұрын
Matter of firebase not understand.plz tech me clearly .what website you went for upload Jason file? Firebase? But when I go to firebase website.not showing like you.json file upload page not opening 😑.
@sketchwarehelp
@sketchwarehelp 3 жыл бұрын
Create a new project in Firebase console, then add your android app, and activate realtime database.
Uploading image to Firebase Storage in Sketchware
9:03
Sanjeev Kumar
Рет қаралды 32 М.
Israel Has The Right To Defend Itself | Stand-up Comedy by Daniel Fernandes
15:07
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
OpenAI Embeddings and Vector Databases Crash Course
18:41
Adrian Twarog
Рет қаралды 545 М.
How to read/write data from firebase in Sketchware
14:43
KJ Tech
Рет қаралды 3,3 М.
Display data from File shared preferences in a list
9:48
Sanjeev Kumar
Рет қаралды 28 М.
How is this Website so fast!?
13:39
Wes Bos
Рет қаралды 1,4 МЛН
What Is JSON | Explained
5:44
Hostinger Academy
Рет қаралды 75 М.
Solving one of PostgreSQL's biggest weaknesses.
17:12
Dreams of Code
Рет қаралды 228 М.
7 Database Design Mistakes to Avoid (With Solutions)
11:29
Database Star
Рет қаралды 101 М.
Part 1: A quiz app using Firebase in Sketchware
27:21
Sanjeev Kumar
Рет қаралды 224
I Spent 100 Hours Inside The Pyramids!
21:43
MrBeast
Рет қаралды 67 МЛН
Send images in Chat app using Firebase Storage in Sketchware
12:48
Sanjeev Kumar
Рет қаралды 18 М.
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН