0
I made 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 I can trigger an Intent, knowing that you can only trigger an Intent inside an Activity. I can make the button work inside the Grid Adapter, but outside no.
Please paste the code so we can help you
– Phill