Design
Image Dropdown List In android.
Description :
The following program shows the implementation of an image dropdown list in a
mobile app.
On change of the image dropdown , the image is displayed
.
Image path is specified and the image is fetched using
the Navigate() method.
UI
Control:
·
Text
view:
A Text view displays text to the user and optionally allows
them to edit it.
A text view is a complete text editor however the basic
class is configured to not allow editing.
Attributes of Text view:
1. Android_text
= “text view”/
2. Android
layout weight = “wrap center”
·
Image
view:
The
image view handles all the scaling and loading of image for you.
The
image will be displayed as its native resolution and centered in the view
regardless of how much space the view consumes.
Comments
Post a Comment