chanukya4528
Lurker
Hi all,
I am working on mapactivity for googlemaps api. I created options menu which includes 5 different menu items. What I need is whenever I click on each of the menu item it should open another menu may be something similar to contextual action mode which should contain some views like button and a text editfield. I need to enter address in edit field and button to click on GO which should thereby locate the address on the map.
Can some one suggest me how?
What I did is, in OnOptionsItemSelected() I am passing setcontentview with new ref.id(xyz.xml) which contains edittext and button. But I am not able to pass button.setonclicklistener() after that. The application gets crashed running this peace of code.
I think this is a wrong way of doing but I didn't find any other way to get the options with edit and button. I am working on java.
Thanks,
Chanukya
I am working on mapactivity for googlemaps api. I created options menu which includes 5 different menu items. What I need is whenever I click on each of the menu item it should open another menu may be something similar to contextual action mode which should contain some views like button and a text editfield. I need to enter address in edit field and button to click on GO which should thereby locate the address on the map.
Can some one suggest me how?
What I did is, in OnOptionsItemSelected() I am passing setcontentview with new ref.id(xyz.xml) which contains edittext and button. But I am not able to pass button.setonclicklistener() after that. The application gets crashed running this peace of code.
I think this is a wrong way of doing but I didn't find any other way to get the options with edit and button. I am working on java.
Thanks,
Chanukya