Hi Hitomis, I want to add onClickListner on the sub-menus. I added the following code but it is not working. `Intent intent1 = new Intent(this,Activity2.class); this.startActivity(intent1); return true;` Please help me to add the onClickListner.
Hi Hitomis, I want to add onClickListner on the sub-menus. I added the following code but it is not working.
Intent intent1 = new Intent(this,Activity2.class); this.startActivity(intent1); return true;Please help me to add the onClickListner.