I'm not sure if this is for beginner or not, but didn't got the whole block of companion object. why we use that? can you please be more descriptive in videos onwards?
Because if you store it in the companion object you can directly access it without needing to create the class. I mean: Car(0).Saver instead of Car.Saver
I'm not sure if this is for beginner or not, but didn't got the whole block of companion object. why we use that?
can you please be more descriptive in videos onwards?
Because if you store it in the companion object you can directly access it without needing to create the class.
I mean: Car(0).Saver instead of Car.Saver
the adaptative library works with foldables ?
Yes