Great, I was looking the way to create modal and then use getter to compute the value and get result. Thank you Nitish
@harshamilan3279 Жыл бұрын
superb keep it up
@abrorshamuradov15722 жыл бұрын
dude, you are the best
@alitalaee74689 ай бұрын
please make also another tutorial... you are so good!
@pratikpatrimath4887 Жыл бұрын
Thank you so mach sir
@abasilis2 жыл бұрын
Thank you very much for these videos, until this one I've learned a few things I did not know about getting data from a REST Api. I've done many samples, but no one implementing "nested" values in the jSon file. One question, Do I need to implement Future, async and await when calling fetchUsers since these three (combined of course) are already called in the UserApi class? I feel like I'm repeating code. Thanks for clarifying, I really appreciate your time.
@NitishKumarSingh2 жыл бұрын
I’m glad that you have good understanding of rest API fetching nested values. No, you are not repeating code. This can’t be avoided. When we call any async method and to get their response, we need to use await before that method call. Future and Async is used when any method is calling a async method .
@abasilis2 жыл бұрын
@@NitishKumarSingh Thanks! 👍😃
@SaninThottungal-oz6gd10 ай бұрын
i have a doubt, why did you made the fetchusers() function a static function? great video by the way...;)
@YomiYusuf6 ай бұрын
That's how you can access the function outside of that class without instantiating the class in the caller class