Using MyApplication class in android for JSON data
问题 I am trying to use MyApplication class for JSON data What I am doing :: I am displaying a list of elements in listview , I have retrieved data from JSON and populated into listview . I have put the snapshot of it below which I have at present. What I am trying to do :: Suppose I check some rows using the checkbox shown in figure, now the selected elements I want to add them to MyApplication class which is a global memory . Then I want to get the data from Main global memory and display it in