I am having a gridview which consist of “add” button for adding a new kid in gridview.When I click on “add” button new registration form gets opened.The form is related to kids information(kid (pk),fname,lname,gender,email,phone no,uploadphoto).User has to fill the form related to his kid.If user doesnt have his kid`s photo then default image(either male or female) should be added in gridview.How to do that?
I am having a gridview which consist of add button for adding a new
Share
simply add view to adapter by
in this method pass oject which you is returned by getItem method.