Тёмный
No video :(

LiveData Explained - Android Architecture Component | Tutorial 

Stevdza-San
Подписаться 86 тыс.
Просмотров 78 тыс.
50% 1

Опубликовано:

 

6 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 66   
@nathann4291
@nathann4291 3 года назад
I really like your style of teaching, to the point, and no fluff, looking forward to more Android courses.
@khaxbiker
@khaxbiker 3 года назад
This is the second of your videos from your channel where I learn a lot. You made them simple but very effectively to learn and replicate. It´s very easy to understand the concepts with your videos. Thanks a lot for your work. I hope you keep going on with this great job
@nomonade
@nomonade 3 года назад
nice explanation, thanks. There's one thing I did not understand though: why did you set timerValue (8:30) to a LiveData instead of a normal variable? What is the difference in this case?
@vdrmkr
@vdrmkr Год назад
why not val seconds: LiveData get() = _seconds ??
@andy_de2041
@andy_de2041 4 года назад
I've never seen Kotlin. I'm going to watch some new courses, it looks awesome. Now I'll forget the Java and python I know. Gotta go back to taking notes
@MateusMeurer
@MateusMeurer 3 года назад
Bro you're one of the best teachers in youtube. Thank you
@StevdzaSan
@StevdzaSan 3 года назад
Glad to help 👍💜
@rasulbekabdurasulov7219
@rasulbekabdurasulov7219 3 года назад
Very informative, especially for beginners. Everything is clear, thank you a lot, and please keep going
@alishanvaliani9952
@alishanvaliani9952 3 года назад
Thanks bro ! You are real cool ! Keep doing ! You are the best!
@vanilla03034
@vanilla03034 4 года назад
this video helped me a lot. what a detailed & easy explanation !
@blattwald7650
@blattwald7650 3 года назад
I have to increase my intake on energy drinks to keep up with your whirlwind-style of running through this lesson. Awesome.
@sayanthss5793
@sayanthss5793 3 месяца назад
well explained the concept. thanks☺
@saramohmad4014
@saramohmad4014 2 года назад
thank you very much i stuck in this subject but you explain it very well thank you again
@danishajaib1923
@danishajaib1923 3 года назад
Your videos are pretty good mate.. Quick and to the point. This helped me a lot ...Thanks .
@Kunal-jp8tn
@Kunal-jp8tn 2 года назад
Great tutorial....
@abhishek2107
@abhishek2107 3 года назад
this dude is fab . great teaching style and the way he explain deserves a subsribe
@dhanukalakshan1553
@dhanukalakshan1553 3 месяца назад
Great video thank you very much❤
@SupertigerDev
@SupertigerDev 3 года назад
could you show us how to use this in a recycler view?
@thkorkem
@thkorkem 3 года назад
Useful and concise explanation, thanks man!
@RT-nv9ii
@RT-nv9ii 3 года назад
This is 1000x better than my university. Go figure.
@lucye7320
@lucye7320 4 года назад
Super super helpful! Really great explanations. Thank you!
@JustFlyIt09
@JustFlyIt09 Год назад
What a great video...just the right about of info for the topic. Clear and concise too. Thanks!
@pradeep9222
@pradeep9222 3 года назад
you make it easy to understand, thank you again
@yasserakbbach7342
@yasserakbbach7342 4 года назад
where can I start the MVVM pattern using Android?
@anonymouspanda689
@anonymouspanda689 4 года назад
Wow! This is an awesome explanation! I also had another question. I am trying to make an application that has a home screen which doesn't show the nav bar. Then, the next fragment (navigated to by a button) has a back arrow. When I press it, it does an animation, which means that you can see the app adjust to the nav bar not showing. Is there a way to remove the animation so it doesn't add/remove the nav bar right in a visible way? I also had another question (sorry for all the questions). Is there a way to add a camera and take pictures in your app? And access the photo library. Thanks again for all the help that you have been doing. You are so kind by making these videos for other android developers like me!
@anonymouspanda689
@anonymouspanda689 4 года назад
Thank you! I'm going to check it out!!
@mrandroid6764
@mrandroid6764 4 года назад
Love you man..... you are an excellent programmer
@user-sq5cr5uq8i
@user-sq5cr5uq8i 3 года назад
Очень! Полезное и понятное видео!
@agp1444
@agp1444 3 года назад
best explanation. thanks. now I got it
@nikhilsinghvadhva5333
@nikhilsinghvadhva5333 4 года назад
It was helpful, Thank you!!
@peyvandjadidi4395
@peyvandjadidi4395 2 года назад
this video helped me so much 🥰 your speech was clear and understandable , thank you ❤
@StevdzaSan
@StevdzaSan 2 года назад
Glad to hear that buddy 😊
@sinsna8331
@sinsna8331 3 года назад
Hvala puno kralju
@ismailkassim3866
@ismailkassim3866 4 года назад
Hi Stevdza, I am not able to access livedata. It is not showing up at all. I check and its not private.
@pickemparty
@pickemparty 13 дней назад
Can this be done strictly with Java and NOT Kotlin!?
@fatemaattia8744
@fatemaattia8744 3 года назад
thank you for this amazing video, i like your way of teaching
@Alfrednohike9909
@Alfrednohike9909 3 года назад
Can I use a value of MutableLiveData and a normal Int? Like can I sum these 2 values or I must do some type casting!
@StevdzaSan
@StevdzaSan 3 года назад
Sure you can. 👍
@erkany6753
@erkany6753 3 года назад
Your explanation is clear and you keep the content simple. I have done the first part of the work which is the only timer without buttons. It works fine except rotating the screen. I have just wanted to test whether ViewModel is working fine with the config changes(I have just learned that from your video as well :). It seems every screen rotate create a shadow timer and displaying those shadow seconds in the textView. Is there any solution you suggest? Thank you
@pinoyako1928
@pinoyako1928 3 года назад
Smooth tutorial,
@sebastianpalm3495
@sebastianpalm3495 3 года назад
Amazing video, big fan!. One question how do you handle the multiple calls from live data with onChange?
@ariel10aguero
@ariel10aguero 3 года назад
Thank you! this is so helpful, just a short question. How do you check if the countdown already started? because if you press start several times it will start over and over again showing all the seconds left in the same time. Keep making videos, the channel is amazing!
@web3z161
@web3z161 3 года назад
use an if statement with a boolean value such as count_down_started and code accordingly.
@ariel10aguero
@ariel10aguero 3 года назад
@@web3z161 thanks!
@rma1563
@rma1563 3 года назад
thanks. great tutorial. but does this mean that if we use LiveData to store UI data then we do not need ViewModel during orientation changes?
@hachij_
@hachij_ 4 года назад
thank you for this!
@electrious_46
@electrious_46 2 года назад
He went a little fast here, put it on 0.75 speed and you will understand easily, take it step by step
@angelmauriciorivas6160
@angelmauriciorivas6160 3 года назад
hi Stevdza_San why when the virtual device (or the cell phone) is rotated the toast msg "finish" is displayed even the timer keeps counting?
@RockRider2k
@RockRider2k Год назад
What's the point of having private MutableLiveData and exposing it as a LiveData?
@andreww5773
@andreww5773 3 года назад
Any chance of an update now that ViewModelProvider is deprecated?
@dominikamotylinska6430
@dominikamotylinska6430 3 года назад
Hej, thanks for saving my butt.
@GujaratiSafar
@GujaratiSafar 3 года назад
Good information.
@nicklandreth2527
@nicklandreth2527 3 года назад
You ran through the observer which was the only part that would be hard to understand.
@hugovera1540
@hugovera1540 Год назад
its unclear the layout or what is the id of it
@bharathkalyans
@bharathkalyans 3 года назад
Hi Stevdaza San I have Implemented this App ,but there's a bug!If start a timer again before finishing the previous one the UI is shuffling with the two Numbers!?I know that I have to do something with threading or coroutines help me out?
@samstoyroom
@samstoyroom 3 года назад
StateFlow please!!
@Zhuinden
@Zhuinden Год назад
No SavedStateHandle
@danilochagov8418
@danilochagov8418 4 года назад
Хорошие видео, ты русский?
@bhawanasahu3000
@bhawanasahu3000 4 года назад
You just read the words from developer site in the first two minutes..!! Can you actually explain those in lemon language?
@Sean-hd1bp
@Sean-hd1bp 3 года назад
Slow down please
@jojomajo
@jojomajo 3 года назад
OK OK OK OOOOOK OOOKOK
@tarjep
@tarjep 3 года назад
For somone who is new to Kotlin and Android, you going waaaaaay to fast.
@mockingspyhd6099
@mockingspyhd6099 3 года назад
You talking very veeery fast bro...
@SkriptFBC
@SkriptFBC 4 года назад
i just subscribed, wanna collab on a video?
@streameranal
@streameranal 3 года назад
thanks a lot man!
Далее
Fun with LiveData (Android Dev Summit '18)
19:20
Просмотров 103 тыс.
Как дела перцы?
00:25
Просмотров 87 тыс.
Android MVVM | ViewModel + LiveData | And example app
28:19
Navigation Component - Android Studio Tutorial
12:11
Просмотров 174 тыс.
The Basics - Kotlin Coroutines
10:44
Просмотров 85 тыс.
Model View View-Model (MVVM): Getting Started
29:12
Просмотров 398 тыс.