Ayyy My fav Android Developer Tutor. Florina Muntenescu.
@JolanRensen5 жыл бұрын
This is the best series of this channel imo! Not only for Android development but for Kotlin enthusiasts altogether! I didn't know about sealed classes, so I'm grateful for that knowledge and, while I did know about sequences working lasily (and Android studio actually recommending me to use them), I now know exactly how they work and how to best take advantage of them :D thanks!!
@Pheenam5 жыл бұрын
+1 for the visuals, they really help
@genctasbasi3 жыл бұрын
Wish I could like it twice.
@pavanrajput30655 жыл бұрын
Good explanation please create more content same like this
@is06585 жыл бұрын
great, I wish I knew about sequences before
@hectoralpizar90174 жыл бұрын
Damn, I´ve been coding in kotlin as a java noob.
@TheLakshmiKarthik4 жыл бұрын
Anime creates a world of difference in Understanding ,,, 🙏🙏
@dakopyc5 жыл бұрын
Very helpful overview, thank you! Now... (maybe in your next video) can you show us how Sequences relate to... this new "fancy" thing called Flow? ((Hmm, is Flow basically... er, "Sequences with Coroutines"? :)) Would be great to hear you explain Flow! :) thx / best, --dk
@leonardosibela2 жыл бұрын
How long does a list has to be to be considered a Large List?
@bandamkaromi5 жыл бұрын
good works. Thank you~
@TheMikkelet4 жыл бұрын
what is a "large list"? how many items?
@БулатМухутдинов-з6н5 жыл бұрын
So what is the benefit of collections over sequences? Could you provide such example?
@darkknightsds5 жыл бұрын
Well, think about it. If you need to change all the shapes to yellow anyway, you might want a collection. Or, if you want to preserve a copy of the list, you also might want a collection. As opposed to just firing off the first square, where a sequence is better.
@giovankabisano22665 жыл бұрын
After i watch this, i realize that i did 1 great mistake
@nishithpandya26292 жыл бұрын
Broken ✋️ take care
@shutanovac4 жыл бұрын
A sadly wasted opportunity to have an example piece of code that uses "casting". Would have been a god level pun intended :-)
@schrodingerscat39125 жыл бұрын
i seeeeeeee
@pabitraproblemandsolution48335 жыл бұрын
How support pixel phone equaliser
@pabitraproblemandsolution48335 жыл бұрын
Miui11 , Emui, Funtich ui, Realme ui, oxygen os (glodal), hydrogen os (china one plus), colour os. Who is best K(C)ustom Android ui. Not safe.
@VishnuSunilkumar3 жыл бұрын
This is not likable... I think you have to redo this with simple examples...
@krzysztofzgondek17255 жыл бұрын
I know it's just an example but they should choose collection operators more wisely . Currently it won't compile when you change the order. I really thought that time Google was providing us with misleading examples was a thing of past.
@ack_5 жыл бұрын
Indeed, .fist() function returns T, not Collection. Anways, the content is amazing :)
@SpectatorAlius3 жыл бұрын
It is certainly not "a thing of the past". Google will keep making sloppy statements like these, even offering code that doesn't compile as long as their Product Marketing teams continue to insist (as they do) to push products, releases and documentation out the door before it is ready.