Firebase Data to RecyclerView | How to Retrieve Firebase Data into Recyclerview | Android Studio

  Рет қаралды 157,508

Foxandroid

Foxandroid

3 жыл бұрын

Firebase Data to RecyclerView | How to Retrieve Firebase Data into Recyclerview | Android Studio
Source Code :
/ discord (Type #130 in "auto-source-code" channel)
or
DM on Instagram: / foxandroidblog
Follow me on Facebook: / foxandroidblog
---------------------------------------------------------------------------------------------------------------------------------------------------------
Equipment I Use to Make My videos:
📱 Phone -: amzn.to/3px6ucS
🎧Earphones -: amzn.to/3JecI98
🎙️Mic - : amzn.to/310u7Rp
🎙️Mic - : amzn.to/3He96SW
🔊Speakers - : amzn.to/3Hgfzg8
💾External HardDrive - amzn.to/3JoRzZV
💻 My PC build: www.amazon.in/shop/foxandroid
--------------------------------------------------------------------------------------------------------------------------------------------------------
Hey Developers,
In this video, I have explained :
* Retrieving data from Realtime database
* Implementing recycler view in android app
* Adding Firebase data to recylerview
How to Delete Data From Firebase Realtime Database in Android Studio
• How to Delete Data Fro...
Save Data in Firebase Realtime Database using Kotlin
• Save Data in Firebase ...
How to Retrieve Data from Firebase Database using Kotlin
• How to Retrieve Data f...
How to Update Data in Realtime Database using Kotlin in Android Studio
• How to Update Data in ...
How to Delete Data from Realtime Database using Kotlin in Android Studio
• How to Delete Data fro...
Kotlin Functions and Methods - Basics and Syntax
• Kotlin Functions and M...
#realtimedatabase #recyclerview #androidstudio

Пікірлер: 281
@_foxandroid
@_foxandroid Жыл бұрын
You can support the channel --> www.buymeacoffee.com/foxandroid
@sahiljain3083
@sahiljain3083 2 жыл бұрын
the way you tell everything u are doing is amazing...viewer automatically understands the scenario. thanks..u got a new subscriber 😃
@vedishadubey2601
@vedishadubey2601 2 жыл бұрын
thankyou soo much....it really helped me a lot...just the dependencies adding was not shown in the video...so this created a bit problem...else to it was very helpful.
@tushalsingh7461
@tushalsingh7461 Жыл бұрын
Thank You very much Sir . This video helped me a lot. I searched many videos but i didn't get perfect solution for my project. Once again Thanks.
@qasiahputri9496
@qasiahputri9496 2 жыл бұрын
Thanks a lot sir, your video really help my final project 😄😄😄
@ams_murdi
@ams_murdi 2 жыл бұрын
Hello, I've been able to retrieve data from firebase, but there is a problem when adding manual data in firebase and recycleview shows all data twice. I have to re-open the layout if I want to go back to normal, any solution?
@bonfaceosuka
@bonfaceosuka Жыл бұрын
Thank you a lot for this video its really helpful and you have explained really well.
@mistermystery6888
@mistermystery6888 Жыл бұрын
Speeda thru the xml layout and now i have to find some way to put two linear layouts right beside eachother and not in each other
@HappyGiftGames
@HappyGiftGames 3 жыл бұрын
New way of implementation. Best.
@creativeteenager9107
@creativeteenager9107 8 ай бұрын
excuse me, I want to ask. After the data is successfully displayed, how do I add a button, and if the button is pressed, it will move and display the same data?
@TimothyDiete-Spiff
@TimothyDiete-Spiff Жыл бұрын
Thank you very much, this tutorial has helped me a lot
@eyyosyber
@eyyosyber 2 жыл бұрын
Thanks for the tutorial but can I ask something ? after Im done following your tutorial and run it on my emulator whenever I want to go to the view data page my app crash. What is the problem and how can I solver it ?
@jenjiliv2659
@jenjiliv2659 10 ай бұрын
how do you organiza, like query data based on its specific. like i want to store all of the student with the same courses in a recycler.
@vanessafimer6225
@vanessafimer6225 2 жыл бұрын
Thanks Foxandroid for the video. I have 2 questions. 1) Will your solution automatically update the Recyclerview in the UI when a new entry is stored in the Firebase Database? 2) As far as I understand you should not use a database like this in general. You should use a Viewmodel and LiveData. Why are you not using them?
@_foxandroid
@_foxandroid 2 жыл бұрын
For updating RecyclerView make sure on datachange callback method is used Yes MVVM architecture should be used..but the intent of the tutorial was to keep it simple so even beginners could understand
@valobhprasad-bn5vn
@valobhprasad-bn5vn Жыл бұрын
In recycler view I'm not able to view the last posted data as it is covered by my bottom navigation bar so tell me what to do abt that.... And also whenever I'm posting anything the recycler view catches it and shows it on the screen but the latest posted messages are getting at the end of the page.... Is there any way to reverse the process and post the lates message on the top....
@JA5GZ
@JA5GZ 2 жыл бұрын
Thank you so much for your support
@sravanth4739
@sravanth4739 Жыл бұрын
Sir it Doesn't work even after trying multiple times
@RahulDebBhandari
@RahulDebBhandari 3 жыл бұрын
Thank You Very Much Sir.. Good Explanation..
@_foxandroid
@_foxandroid 3 жыл бұрын
Thanks....i'm glad it helped!!❤
@user-gg9kh4on6k
@user-gg9kh4on6k 3 жыл бұрын
when I show the data in recyclerView. It's work but can't show all the thing in the view. Not the layout problem and I check many time but still cant find the problem. Can you help me? Thank a lot
@Snuiper228
@Snuiper228 3 жыл бұрын
Very helpfully thank you. You safe a lot of my time
@_foxandroid
@_foxandroid 3 жыл бұрын
Glad it helped!
@user-bv5rj8pi7c
@user-bv5rj8pi7c 2 жыл бұрын
Thank you. I survived thanks to you.
@mohamedredha9586
@mohamedredha9586 2 жыл бұрын
when i pass the context in MyAdapter=new MyAdapter(this,list); it says cannot be implied
@yogendrapawar1738
@yogendrapawar1738 Жыл бұрын
very informative and on point
@Urdu_PoetryPoint
@Urdu_PoetryPoint 2 жыл бұрын
can we do same like this work with default string array to get single string or multiple thanks for your response
@agdwhite5421
@agdwhite5421 2 жыл бұрын
Trying this on a Recyclerview inside a fragment and not working
@OURMIND
@OURMIND 2 жыл бұрын
sir , Duplicate RecyclerView Item on Data Added or Deleted. How to fix this ?
@fadzli1234
@fadzli1234 2 жыл бұрын
Nice guide. It helped me on making a list for 1 item. Can you tell me how to add another item in the list like for example : I added foodlist before and now I want to add drink list on separate category?
@isaacinvang
@isaacinvang 2 жыл бұрын
I didn't get any data when clicked on the recycleview button.
@kgjr.6224
@kgjr.6224 10 ай бұрын
I have a doubt about the User.class in the for loop how it is getting all the data
@sckly43
@sckly43 2 жыл бұрын
Good video brother 👍😁
@sportblue
@sportblue Жыл бұрын
Sorry for bothering please how can I add data to existing firebase child node without overwritting existing data
@hafizwaqas2985
@hafizwaqas2985 2 жыл бұрын
My app fetch realtime data base at debug mode After updating my app on play console then my app crash on fetching the data Error in play console crashes is: DatabaseExc3 Eption on Data change any solution
@user-fm9vr9xp1u
@user-fm9vr9xp1u Жыл бұрын
how to add onclicklistener while clicking on that it shows related details. how it is implemented.
@freetoothpicks
@freetoothpicks 2 жыл бұрын
Thank you KING !
@mrnabil5539
@mrnabil5539 2 жыл бұрын
Hi sir, do u have tutorial on how to implement onClick button on RecycleView to delete or update on firestore?
@ravalsaumya3456
@ravalsaumya3456 3 жыл бұрын
I'm not getting data from firebase to recycler view , can you help?
@intelligentcoding689
@intelligentcoding689 2 жыл бұрын
Hi, it's nice video. I did the same and it's working perfectly in debug mode, but crash in release version after publishing on Google play. Can you give me advices to solve the problem?
@skrishnareddy5109
@skrishnareddy5109 3 жыл бұрын
Thanks you for a good explanation
@_foxandroid
@_foxandroid 3 жыл бұрын
❤️
@priyogopalsingha3487
@priyogopalsingha3487 3 жыл бұрын
How can I use a query to choose specific set of nodes to be displayed in the recyclerview?
@_foxandroid
@_foxandroid 3 жыл бұрын
Please go through the documentation
@thepowerfulkiller8474
@thepowerfulkiller8474 2 жыл бұрын
How do you implement onClick function to expand the data shown into a full activity?
@_ytuser11
@_ytuser11 2 жыл бұрын
holder.setonclicklistner in onbind (in adapter class)
@NeerajSagar-us7we
@NeerajSagar-us7we 2 жыл бұрын
Hello sir can you please rectify my query which I'm facing in cart list in my app when I'm adding 13+ items my cart list total amount is increasing when I'm scrolling up and down the page....can you please help me in this know
@harsh.jain22
@harsh.jain22 2 жыл бұрын
Thanks a ton!!!!!
@majhawk8431
@majhawk8431 Жыл бұрын
'from(android.content.Context)' in 'android.view.LayoutInflater' cannot be applied to '(com.google.firebase.database.core.Context)' can you tell me what to do here in this error
@vildanvinanda9950
@vildanvinanda9950 Жыл бұрын
hi sir how to show detail data from recyclerview from fragment to new activity? Can you help me?
@user-qo3mf1tj2c
@user-qo3mf1tj2c 11 ай бұрын
at first doesnt work for me, my recyclerview is blank. my apps run perfectly does not shows errors just the blank. so i need to figure out by adding dependencies and change the firebase user to my firebase child name. and it works data already appeared.
@8dmusicalbeats50
@8dmusicalbeats50 11 ай бұрын
i have same problem
@harisibrahimovic1991
@harisibrahimovic1991 3 жыл бұрын
Amazing video thank you so much.
@_foxandroid
@_foxandroid 3 жыл бұрын
Pleasure...❤️
@beatrisebertule2827
@beatrisebertule2827 Жыл бұрын
Which class do we have to call if we want to open the activity?
@vadimqaaa3483
@vadimqaaa3483 3 жыл бұрын
I've got error (java.lang.NullPointerException: Attempt to invoke virtual method 'int java.util.ArrayList.size()' on a null object reference) in MyAdapter class on method GetItemCount witch returns list.size(); !Please help!
@_foxandroid
@_foxandroid 3 жыл бұрын
Please share the screenshot on IG
@SudhirKumar-qd5th
@SudhirKumar-qd5th 2 жыл бұрын
Arre getItemCount pe return krde list.size();
@youssefelasery
@youssefelasery 2 жыл бұрын
جزاك الله خيرا
@ainaafifah5687
@ainaafifah5687 3 жыл бұрын
hi thank you for the tutorial, I have a question regarding the data. The recycle view appears in my application but empty data. I already called the path on the database but the data did not appear. can you help me, please?
@_foxandroid
@_foxandroid 3 жыл бұрын
DM source code on IG
@hemanthsmanjunath21
@hemanthsmanjunath21 3 жыл бұрын
even i am facing the same problem
@Alina-bc9xu
@Alina-bc9xu 3 жыл бұрын
can you please say what was the reason of this problem? i am facing the same issue
@hemanthsmanjunath21
@hemanthsmanjunath21 3 жыл бұрын
@@Alina-bc9xu child name i had written wrong, check even the casing
@aisyah5910
@aisyah5910 2 жыл бұрын
Hyeee sis, would you mind to have a chat with me?
@wwehysonwayne6038
@wwehysonwayne6038 2 жыл бұрын
Hello great video. please i wish to ask if i can retrieve only the first names and the randomize them in to groups of 3 or 4
@vegaboy2003
@vegaboy2003 2 жыл бұрын
Tank you for good video, i have only 1 problem, when change data in firebase recyclerView not refresh data, i must go out e reopen app, you can help me ? tank you
@mridulchakraborty6011
@mridulchakraborty6011 2 жыл бұрын
Thank you so much sir
@Eric-ki4ke
@Eric-ki4ke 2 жыл бұрын
How do you get the activity_userlist.xml to display when you Run the app? Each time I try running the app I just get the 'main_activity.xml' file displaying in the virtual device.
@jaysonp9426
@jaysonp9426 Жыл бұрын
Same
@akrutisingh7304
@akrutisingh7304 2 жыл бұрын
Great sir
@bielfalieri
@bielfalieri 2 жыл бұрын
perfect. working perfect
@starbawa5587
@starbawa5587 Жыл бұрын
Brother i have a very serious problem my project is not been able to detect FirebaseRecyclerView so please help
@rahulgosavi5412
@rahulgosavi5412 3 жыл бұрын
You saved my life.... 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏
@_foxandroid
@_foxandroid 3 жыл бұрын
Glad it helped.❤️
@gta-servicesgta-services7396
@gta-servicesgta-services7396 3 жыл бұрын
Hi, It‘s very nice and do you have Tutorial with Image like this Tutorial?
@nurshahieraazleen756
@nurshahieraazleen756 3 жыл бұрын
Hi how to do like this but for various table? Not only one table like this. Thank you :)
@mazerazskrrtt4763
@mazerazskrrtt4763 Жыл бұрын
Sir I need Help . when i click the recyclerview it keeps crashing :(
@alexandermedinskii1326
@alexandermedinskii1326 2 жыл бұрын
beautiful music!!
@dudeja2594
@dudeja2594 Жыл бұрын
If we only want to show information to the user ?
@hilelgera9846
@hilelgera9846 2 жыл бұрын
Thank you so much
@harshwardhandeshmukh903
@harshwardhandeshmukh903 Жыл бұрын
How to implement search in the same thing ?
@duggumishra1200
@duggumishra1200 3 жыл бұрын
Thank you soo much
@user-lh4dd4of4s
@user-lh4dd4of4s 3 жыл бұрын
when i add a new item to the database through the app and then i go back to my recycleviewer the items are doubled. any idea how to fix this? thank you!
@_foxandroid
@_foxandroid 3 жыл бұрын
Clear the arraylist before putting new values
@user-lh4dd4of4s
@user-lh4dd4of4s 3 жыл бұрын
@@_foxandroid it worked now. thank you so much for your help
@creativearts4917
@creativearts4917 2 жыл бұрын
bro how do we reset recycler view?? a bug stays without this method the previous items will also get added again when new data is added to the list please show a way to only get the new data or to reset the recycler view🙌🙌🙌🙌
@unknownuser-wr3zm
@unknownuser-wr3zm 3 жыл бұрын
bro instead of just printing each value , while displaying all values like ur output can we able to include one button for each rows and while clicking the button age will be incremented is that possible?
@unknownuser-wr3zm
@unknownuser-wr3zm 3 жыл бұрын
pls reply bro I am doing my college project with Android/firebase. I stucked here 👆
@unknownuser-wr3zm
@unknownuser-wr3zm 3 жыл бұрын
my question main theme :- while display each values like ur output can we able to perform update there for each values?
@_foxandroid
@_foxandroid 3 жыл бұрын
Yes it is possible!!!
@unknownuser-wr3zm
@unknownuser-wr3zm 3 жыл бұрын
@@_foxandroid how bro?
@unknownuser-wr3zm
@unknownuser-wr3zm 3 жыл бұрын
@@_foxandroid bro if u r free kindly make that video and post that video bro ... it will be more useful and helpful for more college students.
@lauraj1427
@lauraj1427 2 жыл бұрын
So cool!!!!!!!!!!!!!!
@shubhampednekar6028
@shubhampednekar6028 3 жыл бұрын
I am implementing recycler view inside a fragment and have similar implementation as you did, but mine is not scrolling though data is completely fetched from firebase, please help!
@_foxandroid
@_foxandroid 3 жыл бұрын
You need to modify things a bit will surely make a tutorial on that soon
@shubhampednekar6028
@shubhampednekar6028 3 жыл бұрын
@@_foxandroid just to add... my list is also inflated and all things are working fine(eg...displying correct data and images) ...just the recycler view loses its scrolling ability.
@epic_clickks
@epic_clickks 3 жыл бұрын
@@shubhampednekar6028 try to add height and width in dp
@mohamedredha9586
@mohamedredha9586 2 жыл бұрын
@@_foxandroid did u post that turoriel bro
@mohamedredha9586
@mohamedredha9586 2 жыл бұрын
did u find the solution ?
@abhishekanand9901
@abhishekanand9901 2 жыл бұрын
hello sir, thanks for this video it helped me a lot, can u plz tell what to do if I want to display specific user like if my database stores both user and admin but I want to display only admin data in recycler view
@_foxandroid
@_foxandroid 2 жыл бұрын
Please add only those user the arraylist that you want to show
@aishwaryagaikwad579
@aishwaryagaikwad579 3 жыл бұрын
Sir I'm not able to view the data from firebase in recyclerview. Please help me.
@_foxandroid
@_foxandroid 3 жыл бұрын
Please DM code pics on IG
@moumabenaf940
@moumabenaf940 2 жыл бұрын
Sir can you please tell if this method can be applied on a listview i faced a problem i' retrieving data from real-time database thank you sir
@_foxandroid
@_foxandroid 2 жыл бұрын
Yes it can be used with listview as well
@duggumishra1200
@duggumishra1200 3 жыл бұрын
Will this work in fragment ??
@anujaS
@anujaS 2 жыл бұрын
Sir I followed the whole video twice but in my case it is not displaying and the app is crashing again and again. plz help
@_foxandroid
@_foxandroid 2 жыл бұрын
DM your code on IG
@user-rm1pl2yg5g
@user-rm1pl2yg5g 10 ай бұрын
can you do a tutorial on how to add a searchview for it please
@LokyVanHelsing
@LokyVanHelsing 2 жыл бұрын
with this system only the name get shown and the logcat says "no setter/field for age"
@_foxandroid
@_foxandroid 2 жыл бұрын
Share code pics on IG
@Program-withsagar2865
@Program-withsagar2865 10 ай бұрын
Sir make vieo on firebase data pagination, there no videos available on KZbin for pagination
@nemu_driy
@nemu_driy 2 жыл бұрын
Thanks!
@BaoBao-qr2dy
@BaoBao-qr2dy 2 жыл бұрын
Can U help me History frome firebase to android studio ???
@sahilthegeek
@sahilthegeek 3 жыл бұрын
How I set image like holder.textview.settext() What I wrote In image view ?holder?
@_foxandroid
@_foxandroid 3 жыл бұрын
Depends where is your image stored??? If it is in bitmap object then holder.imageview.setbitmap()..
@atalyce4577
@atalyce4577 3 жыл бұрын
Hey, I followed all of ur step but my app doesn't retrieve the data. Do you had any idea what went wrong? Sorry I can't place the snippet code here. Any guess would be appriciated
@atalyce4577
@atalyce4577 3 жыл бұрын
I'm using the recylcerview in fragment
@_foxandroid
@_foxandroid 3 жыл бұрын
Forst check if f you getting data in your Fragment or not
@atalyce4577
@atalyce4577 3 жыл бұрын
@@_foxandroid I'm not getting data in my fragment. Can I DM ur instagram?
@_foxandroid
@_foxandroid 3 жыл бұрын
Yes please
@MinhLe-lu7bv
@MinhLe-lu7bv Жыл бұрын
How can I reload data when I add 1 user into firebase without duplicate old data show on Recyclerview? Thank you in advance.
@_foxandroid
@_foxandroid Жыл бұрын
Watch my latest video using MVVM architecture
@MinhLe-lu7bv
@MinhLe-lu7bv Жыл бұрын
@@_foxandroid Thank you, your guide help me a lot.
@brianmr3761
@brianmr3761 Жыл бұрын
Is posible with firestore?
@goingon4992
@goingon4992 2 жыл бұрын
How to fetch video from real time database
@sopheakdeycambodia8190
@sopheakdeycambodia8190 2 жыл бұрын
I do the same but it error.
@assamcaptures
@assamcaptures 3 жыл бұрын
THANKYOUU SO MUCH MY FYP IS COMPLETED JUST BECUAYSE OF YOU MAY YOU GET GOOD GIRLFRIEND
@_foxandroid
@_foxandroid 3 жыл бұрын
Glad it helped!!
@shashankpandey374
@shashankpandey374 2 жыл бұрын
thnk u so much bro
@pillow123321ify
@pillow123321ify 2 жыл бұрын
good video but I need to give suggestion that kindly explain each keyword used and why it is used.
@_foxandroid
@_foxandroid 2 жыл бұрын
Sure! Thanks for the feedback
@saikrishnatbijil
@saikrishnatbijil 3 жыл бұрын
Sir i have done all the code correctly and it is not displaying the data dont no why can you please explain sir please
@_foxandroid
@_foxandroid 3 жыл бұрын
DM on IG
@aamirkamaal7052
@aamirkamaal7052 3 жыл бұрын
Sir i want fetch from firebase to real device not virtual device... I connect my device to system and after instalation successful than i want disconnect my device from system than i want to open app and fetch all data.... I hope you see my comment and reply as soon as possible
@_foxandroid
@_foxandroid 3 жыл бұрын
In this tutorial the app is running on actual device only....this methos is for the same
@growwithaman9085
@growwithaman9085 Жыл бұрын
when we use modal class
@aastitva81
@aastitva81 3 жыл бұрын
Thanks for wonderful video. My code is crashing when adding data in the ArrayList. Please let me know what i am missing here.
@_foxandroid
@_foxandroid 3 жыл бұрын
Send the Pics on IG
@aastitva81
@aastitva81 3 жыл бұрын
@@_foxandroid Crash issue is resolved after i removed the constructor. However data is getting retrieved in the snapshot but not able to see in the arraylist after it is added in the list.
@_foxandroid
@_foxandroid 3 жыл бұрын
Constructor will be required for the data to show up
@aastitva81
@aastitva81 3 жыл бұрын
@@_foxandroid Without blank constructor it is crashing. I have added both constructor but still data is not getting populated in Arraylist.
@aastitva81
@aastitva81 3 жыл бұрын
Issue resolved. Problem with object name not matching with Database column name
@mmus98
@mmus98 3 жыл бұрын
sir pls make a button on recyclerview, if button clicked it will push data on firebase
@_foxandroid
@_foxandroid 3 жыл бұрын
Will surely consider it!!!
@manashpratim777
@manashpratim777 3 жыл бұрын
Sir I have a database structure like this :- App name- User- UID1- name : "name" email : "email" Post1- Title : "Text" Desc : "Desc" Post2- Title : "Text2" Desc : "desc2" UID2- name : "name" email : "email" Post1- Title : "Text" Desc : "Desc" Post2- Title : "Text2" Desc : "desc2" So i want to Retrieve the value of Desc and put it into recycler view. How can i do that? PLEASE tell me 🙏
@FernandoGonzalez-mo5il
@FernandoGonzalez-mo5il 2 жыл бұрын
Did you get the solution, I'm having the same problem
@rahendraputra6500
@rahendraputra6500 Жыл бұрын
Recycle view duplicate when add some data on json
@reneejones8739
@reneejones8739 3 жыл бұрын
My realtime database isn't adding any data, please assist
@_foxandroid
@_foxandroid 3 жыл бұрын
DM code pics on IG
@gokul4924
@gokul4924 3 жыл бұрын
Can you please do a video for search bar in recyclerview in Java?
@_foxandroid
@_foxandroid 3 жыл бұрын
Will make it soon, stay connected!!!
@gokul4924
@gokul4924 3 жыл бұрын
@@_foxandroid waiting for it bro...
@Abby-rm3vs
@Abby-rm3vs 4 ай бұрын
If there is million of data in firebase so can it affect the app or app can become slow?
@King_yaama
@King_yaama 3 ай бұрын
Lol
Now THIS is entertainment! 🤣
00:59
America's Got Talent
Рет қаралды 36 МЛН
- А что в креме? - Это кАкАооо! #КондитерДети
00:24
Телеканал ПЯТНИЦА
Рет қаралды 7 МЛН
Хотите поиграть в такую?😄
00:16
МЯТНАЯ ФАНТА
Рет қаралды 3,5 МЛН
RecyclerView | Everything You Need to Know
25:07
Practical Coding
Рет қаралды 131 М.
2. Retrieve Firebase data to RecyclerView
32:45
BTech Days
Рет қаралды 66 М.
Pydantic Tutorial • Solving Python's Biggest Problem
11:07
pixegami
Рет қаралды 251 М.
You might not need useEffect() ...
21:45
Academind
Рет қаралды 154 М.
Most overpowered way to build mobile apps?
8:33
Beyond Fireship
Рет қаралды 742 М.
Firebase Android Tutorial 5 - Retrieving Data from Firebase Realtime Database
11:16
iPhone 15 Pro в реальной жизни
24:07
HUDAKOV
Рет қаралды 399 М.
Choose a phone for your mom
0:20
ChooseGift
Рет қаралды 7 МЛН
Отдых для геймера? 😮‍💨 Hiper Engine B50
1:00
Вэйми
Рет қаралды 1,2 МЛН
Klavye İle Trafik Işığını Yönetmek #shorts
0:18
Osman Kabadayı
Рет қаралды 5 МЛН