Namratha
Namratha

Reputation: 16780

ImageButton usage and changing pictures

Upvotes: 1

Views: 590

Answers (1)

aniait
aniait

Reputation: 198

There's an API for this http://developer.android.com/reference/android/widget/ImageView.html#setImageResource%28int%29 You can go through the documentation for more details.

You can place the images in drawable folder. For more details, have a look at http://developer.android.com/guide/practices/screens_support.html

Upvotes: 2

Related Questions