Skip to main content

Can"t invoke GreenDroid PagedView OnClickListener



this is my first time asking question here, hope that someone nice could help me.





I'm using GreenDroid PagedView, but I want to click on the pagedView,and it simply not response.





I've tried to log in onClickListener method. But I just can't get that log.





The reason is that when i click on the screen ,seems that it don't invoke onClick method.





Anyone would help me?





Follow GreenDroid on GitHub Here. https://github.com/cyrilmottier/GreenDroid





You can download and just run it ,no need to modify anything if you use Eclipse IDE.





CDCatalog-PagedViewActivity I just want to click on PagedView.


Comments

Popular posts from this blog

Wildcards in a hosts file

I want to setup my local development machine so that any requests for *.local are redirected to localhost . The idea is that as I develop multiple sites, I can just add vhosts to Apache called site1.local , site2.local etc, and have them all resolve to localhost , while Apache serves a different site accordingly.