I've done a gridView of buttons, but when I use the setOnItemClickListener method to trigger the respective buttons, it does not work.
I want to use the buttons so that I can trigger an intent, knowing that you can only trigger an intent within an activity. I can make the button work inside the Grid Adapter, but not out.