Skip to content Skip to sidebar Skip to footer

Android Menu Group Checkable

I currently am programming for API 10 and above. I created a menu and was looking to implement the method Menu.setGroupCheckable(id, checkable, exclusive). Below is my code. From t

Solution 1:


Solution 2:

use Updated lib

compile 'com.android.support:appcompat-v7:23.1.0' compile 'com.android.support:design:23.1.0'


Post a Comment for "Android Menu Group Checkable"