Thanks for the simple yet really good explanation, it has helped me a lot.
@deepakkanyan92413 жыл бұрын
your videos are really helpful during interview. it is direct and quick. thanks
@mauricioguerrero10713 жыл бұрын
Great explanation, thank you so much!
@ahmad7a.4k283 жыл бұрын
Thanks a lot, You helped me a lot today
@RamapatiMaurya2 жыл бұрын
Thankyou for posting this tutorial. I have a question how can we use Retrofit api along with sealed class
@waleedshiekh2 жыл бұрын
As per docs "Direct subclasses of sealed classes and interfaces must be declared in the same package." in video it's mentioned to be declared in same file/class.
@bharathanddata Жыл бұрын
So, it means sealed class can be inherited anywhere inside the package, right?
@zayyutechie83904 жыл бұрын
Hi .Currently I'm facing one issue. I'm using room database and kotlin for my current project. Application should work in offline so it needs to store huge amount of data locally in room db. But while fetching from room db to listing in App it's very slow. Can you please suggest me a way to load huge data quickly.
@lucasianii81784 жыл бұрын
Hy bellal, sorry to ask you here. I watched your paging library tutorials: I have a huge list of Data, but I use PHP MySQL , how can I pass the list ? Since I don't have page numbers, or so
@SimplifiedCoding4 жыл бұрын
Then how are you retrieving the data by pages?
@mehulbisht97084 жыл бұрын
Great tutorial! By the way Sir what is the starting music name that you use?
@MohammedAbdElSattarEG3 жыл бұрын
you didn't mention how to access to the values of the sealed calss?
@sajjasrinivasulu80963 жыл бұрын
Give video kotlin full course video
@SimplifiedCoding3 жыл бұрын
Kotlin Programming Tutorial: bit.ly/2Q2puRm
@abguru98822 жыл бұрын
Please use dark theme
@neethumol8757 Жыл бұрын
not understand.time is wasting
@АлександрЕвсиков-з7п4 жыл бұрын
Так а зачем нам object?
@boyhoody49964 жыл бұрын
It can be used as a status or a state for something in which data class isn't required in that case.