Getting data from Listview with BaseAdapter
问题 I've an activity(A) that has a Button and when the user press it, it will add an Object to static List . I've another activity(B) that has a ListView to show the content of the static list. In the activity(B) I want to use the attribute of an object that is stored in that static list in the specific row. How can I do that? My code is shown below: //Activity (A): Send.setOnClickListener(new View.OnClickListener() { public void onClick(View v) { ... // Add to mycaseList All_Static.MyCaseList