Part 6 - Simple Notes App - Firebase App - Retrieving Notes - Android Studio Tutorial

preview_player
Показать описание
Hi, I am teaching how to create a Simple Notes App via using Firebase in Android Studio.

Source Code:

Subscribe to Android Grid for notifications on new videos.

Subscribe:

Facebook:

-~-~~-~~~-~~-~-
Please watch: "Wallpapers App - Firebase App - Creating Project - Android Studio - Part 1"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

Nice work, man you've helped me alot in this series, hope you do more like this :D

PortgasDAce
Автор

Can someone help with the updated code of recycler adapater coz the populate doesnt work for firebase-ui-database 3 and have followed the Link by android grid but to no avail...or is their a post video fixing that will be much helpfull

ziadawriters
Автор

I'm still unable to code for the RecyclerAdapter after viewing your medium post. Can you please help?

sakshigoel
Автор

Can you help with edited code for the fact that 'populateViewHolder' is not used anymore?

emulus
Автор

'PopulateViewHolder' is no longer available. Can you substitute code with 'onbBindViewHolder' instead?

esraguuur
Автор

does anyone an updated solution for this?

joshoneill
Автор

can you help plz,
onBindViewHolder
onCreateViewHolder
it's for implements to check

but you don't implement's in your video ...
plz hlep dear

uzzalcontact
Автор

I did like video but i can't find "populateViewHolder.". It appears onBindViewholder and onCreateViewHolder. You can show me how to fix?

phuledinh
Автор

Class ‘Anonymous class derived from FirebaseRecyclerAdapter’ must either be declared abstract or implement abstract method ‘onCreateViewHolder(ViewGroup, int) in ‘Adapter’

uzzalcontact
Автор

the app stops working everytime I run it after I added the FirebaseRecyclerAdapter even if I comment out everything except the declaration of FirebaseRecyclerView it stops working pls tell me what is the error

faizalshaikh
Автор

My app dont show anything and i have not any logcat error. I check all the code and i have the same of you. Anyone can help me please?

JaviMorenoDeejay
Автор

does anyone have a working version of this app

kevinirungu
Автор

Can you please explain the code as you type, related to what the function does and so on! Thank you.

pratik.bhaskar
Автор

Add these dependency to get populateViewHolder

implementation

implementation

implementation

nishantbahri
Автор

Could you upload the code into gitHub? it'd help a lot

PortgasDAce