Here\'s My Code the code, I\'m not getting any response from gridview setOnClickListener. Please Help me out.
setContentView(R.layout.myfav); gView = (GridView)
It could be that some items in your GridView are stealing focus. Try adding these attributes to any elements you have inside the grid:
android:focusable="false" android:focusableInTouchMode="false"