I need to display an image from server on a button.
Could anyone help me please.
I need to display an image from server on a button. Could anyone help
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Load the image from web and use it as background of Button. Or you can use ImageButton and use the loaded image as image resource. Here is an example to load image from web How to load an ImageView by URL in Android?