Spotted a bug? Have a great idea? Help us improve developer profiles! Submit feedback Google Developer Profile Send feedback Return to pathway Which attribute indicates a source image that should be used only in Android Studio? tools:sourceImage tools:src app:src android:srcCompat Which method changes the image resource for an ImageView in Kotlin code? setImageURI() setImageResource() setImageRes() setImage() What does the lateinit keyword in a variable declaration indicate in Kotlin code? The variable is only initialized at app runtime. The variable is automatically initialized to null. The variable is never initialized. The variable will be initialized later. I promise! Which Gradle configuration identifies the most recent API level your app has been tested with? targetSdkVersion testSdkVersion minSdkVersion compileSdkVersion You see an import line in your code that starts with androidx. What does this mean? The class is in an external library that will be dynamically loaded when the app runs. The class is 'extra' and optional to your class. The class is part of the Android Jetpack libraries. The class is part of Android's XML support. Submit answers error_outline An error occurred when grading the quiz. Please try again.