Full width home advertisement

Post Page Advertisement [Top]

ImageView in Android with Example


ImageView is used to display an image ;

ImageView will display image from drawable resources. See the example below


<ImageView
    android:id="@+id/image"
    android:layout_width="wrap_content" 
    android:layout_height="wrap_content"
    android:src="@drawable/imagep" />

No comments:

Post a Comment

Bottom Ad [Post Page]

| Designed by Renjith Plavada