Thanks for this playlist, excellent info. Just a minor correction, the flag shown as Bangladesh's in fact is South Africa's.
@Codetutor-DemystifyCoding5 ай бұрын
Yes, you are right.
@psgwei38752 ай бұрын
Problems you may encounter when trying to follow the JSON serialization part 1. plugin and dependency for the serialization 2. internet permission 3. emulator's buffer problem (use coroutine)
@psgwei38752 ай бұрын
interested in learning JSON serialization 🖐
@robertvandeijck40573 ай бұрын
Until now, everything went very smoothly. But the whole serialisation is a big thing and the much appreciated step-by-step approach, is suddenly gone. 1. Dowloaded parsing-from-json from Github. --> Incompatible Gradle JVM. We recommend upgrading to Gradle version 8.9. So I did. 2. Open data class Country. Error message: This declaration is opt-in and its usage should be marked with `@kotlinx.serialization.InternalSerializationApi` or `@OptIn(markerClass = kotlinx.serialization.InternalSerializationApi.class)` Back to demo app. 3. You quickly scroll over the updated MainActivity, but several things have changed. val countries became countryList etc. 4. Just like previous video, LazyColumn dit not work. So I updated again. 5. App installs successfully, but a split second later it crashes. Perhaps you cannot help me with everything, but please explain the serialisation. And why suddenly such a complicated json file, to start with? Again, what happened to your step-by-step approach?
@personalexperiences866510 ай бұрын
Text moves out of screen means in text "Washington, D.C." the letter "W" goes left side out of screen. Pls Help
@nobita72318 ай бұрын
did you solved this ? im also facing the same
@charleslyell37485 ай бұрын
@@personalexperiences8665 Set fontSize smaller.
@kingsathack8884 Жыл бұрын
Please do a video on searilzation
@ajinkya49446 ай бұрын
I am Fiding old code only when i download it from git
@Codetutor-DemystifyCoding6 ай бұрын
In the Github, there are two links, one is live coding and another one is parsing-from-json. Which one are you talking about?
@ajinkya49446 ай бұрын
I am going to link given in descreption which is json parsing link. When i downloaded code from git i am only getting that json file in that code but not getting other code of 1.Contrain layout class file , then that other model class flle is also missing