Iam newbie to android. I had created an application which contains a grid with single column and multiple rows. I had implemented onItemClick method. I need to identify which row has been selected. I cant achieve it through getId() as it returns only same id for all rows. Is there any way to achieve this?
Thanks in Advance