google-developer-training/basic-android-kotlin-compose-training-superheroes

Practice: Build Superheroes app: Android Basics in Compose

casanovaP opened this issue · 2 comments

hi guys,

the Strings content for Strings xml are missing... not to be found on step 2. Get started, nor 3
i will just create some strings myself, but just FYI, they are missing
thanks for all the lessons and knowledge!! its good stuff ;)
you guys rock

I have the same issue. I retrieved the string resources from the solution code:

<resources> <string name="app_name">Superheroes</string> <string name="hero1">Nick the Night and Day</string> <string name="description1">The Jetpack Hero</string> <string name="hero2">Reality Protector</string> <string name="description2">Understands the absolute truth</string> <string name="hero3">Andre the Giant</string> <string name="description3">Mimics the light and night to blend in</string> <string name="hero4">Benjamin the Brave</string> <string name="description4">Harnesses the power of canary to develop bravely</string> <string name="hero5">Magnificent Maru</string> <string name="description5">Effortlessly glides in to save the day</string> <string name="hero6">Dynamic Yasmine</string> <string name="description6">Ability to shift to any form and energize</string> </resources>

image

@TenHorizons
@casanovaP
Thank you for reaching out to us, glad the the course was helpful.
We expect students to come up with their own content and design since this is a practice set rather than a codelab.

But this should be fixed now.
image