android - How to access a specific Button in a View in Drawer ListView -
now want access test button inside listitem 1 tried inside drawerlayout.onitemclicklistener() not working.
i have drawerlistener() actionbartoggle object.
how can access button?
help needed. :)
i have found solution. made class implementing onclicklistener , set onclick method of button inside getview of listview.
Comments
Post a Comment