I want to create a shelf view. I explore various codes also, but those are quite complex. I have an idea to implement the same but i am not sure for that.
Can we place a background drawable to the grid row wise??
Thanks in advance
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.
After exploring, i got the solution. The solution require two steps:
1.Creation of class which extends GridView Class.
2.Adding this class in to the layout in which grid view needs to be display.
For better understanding “http://erikwallentinsen.wordpress.com/2010/11/08/android-row-background-in-gridview/” will help you.