I have this in the onCreate method as follows:
ListView lv = (ListView)findViewById(android.R.id.list); adapter = new ModuleAdapter(this); lv.setAd
Do you set FocusableInTouchMode to be true in your layout? If so then onItemClick will not be called.