This computer science problem involves algorithmic thinking and programming concepts. The solution below explains the approach, logic, and implementation step by step.

ScanSolve AI Answer
The correct option is:
ImageView is the standard and most appropriate UI component in Android for displaying images, especially when the image is non-interactive like a logo. While other views might be able to display images in some capacity, ImageView is specifically designed and optimized for this purpose.
Get instant step-by-step solutions to any question. Free to start.
Ask Your Question
Handwritten Step-by-Step Solution
Get this as a handwritten image on WhatsApp — like a tutor wrote it for you.
Try on WhatsAppStill have questions?
The correct option is: ImageView ImageView is the standard and most appropriate UI component in Android for displaying images, especially when the image is non-interactive like a logo.
This computer science problem involves algorithmic thinking and programming concepts. The solution below explains the approach, logic, and implementation step by step.