I want to develop an application in which I want to set the background image which is in my drawable folder. I want when my activity will run, the back ground will be that image.And also no XML is to be used.
Thanks.
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.
Without XML file,
Create an
ImageViewand set drawable to it. Now usesetContentView(View view)of Activity..Simple…
Dynamically,
//pseudo code only.. Implement in your way..