Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to set image backgroung dynamically from javacode, the image is in Drawlable folder ?

share|improve this question
how ??? ? ? ? ? – Adham Nov 25 '10 at 22:27
There is an arrow left of the answers. If you click on it (the arrow gets greens), you mark an answer as solution of your problem. – Impression Nov 25 '10 at 23:08

3 Answers

up vote 1 down vote accepted

View.setBackground

share|improve this answer

Try this :

int imagepath=getResourse.Getconent().getfromAssect("imagename","drawable",getPackageName());
imageview.setbackground(imagepath);
share|improve this answer
i did this but i got error in getResources() – Hiren Patel Feb 9 at 5:14

Try this

int imagepath=getResourse().getcontent().getfromAssect(
                          "imagename","drawable",getPackageName());
imageview.setbackground(imagepath);
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.