i am working on a app that has listview as the first activity. problem is that it is a question and answer app. whatever be the click(in the listview) the launching interface will be same the only difference will be questions And Answers(String from string array). problem is how to use a single intent that will help me differentiate between what was clicked in the listview so i could fetch the appropriate Q and A
Thanks in advance