Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to find click event of menu #46

Open
mistrydarshan99 opened this issue Feb 22, 2015 · 0 comments
Open

How to find click event of menu #46

mistrydarshan99 opened this issue Feb 22, 2015 · 0 comments

Comments

@mistrydarshan99
Copy link

Hello sir,

here i set menu item using below code.

List resideMenuItemList = new ArrayList();
for (int index = 0; index < titles.length; index++){
ResideMenuItem menuObj = new ResideMenuItem(this, icon[index], titles[index]);
menuObj.setOnClickListener(this);
resideMenuItemList.add(menuObj);
}
resideMenu.setMenuItems(resideMenuItemList, ResideMenu.DIRECTION_LEFT);

so, my question is how to find which menu item click in onClick method.

@OverRide
public void onClick(View view) {

}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant