Doubt about how to turn a gridView object into non-clickable

Asked

Viewed 78 times

0

Hello,

I have a gridView I built with an Adapter I inherited from Basedapter. I want my Activity, when you click on an item (I have 16 in total in mine), to make other items clickable and vice versa.

Someone knows a way to do that???

  • 1

    Welcome to Stack Overflow @Fernandoschelb . Would you add the relevant code to your question? I do not mean posting the complete code of all 16 items, but what is necessary to be able to see and test this as for example at least 3

  • Post the code of your Adapter

1 answer

0

  • I’m sorry, but I’m still a beginner.... I had already seen the two documents you sent me, but I haven’t solved my problem yet. Could you put an example of Adapter changing the view to non-clickable? How do I retrieve this view.

  • Note this post http://stackoverflow.com/questions/7894815/androidclickable-true-means-that-its-not-clickable

Browser other questions tagged

You are not signed in. Login or sign up in order to post.