google-developer-training / basic-android-kotlin-compose-training-mars-photos

Solution code for Android Basics in Kotlin course
https://developer.android.com/courses/android-basics-kotlin/course?gclid=CjwKCAjw4c-ZBhAEEiwAZ105RTyT-iaLHzrhMBUXdMhO230ZDwOwxxI2x4RgK8DwBxK8t1h0wmU_QxoCi4YQAvD_BwE
Apache License 2.0
66 stars 54 forks source link

Get Data from the Internet #130

Open Elaws opened 4 months ago

Elaws commented 4 months ago

URL of codelab:

Codelab url

In which task and step of the codelab can this issue be found?

Task 7 : Add internet permission and Exception handling

Describe the problem

At that point in the Android Basics for Jetpack Compose, the sealed interface syntax is completely new and surprising to the reader. Some explanation about this syntax would be very welcome.