passing data from an activity to an listactivity or listview
- by wicked14
need help on passing data from an activity to an listactivity or listview for an android app. im having problems on passing data to a listview.
what the app do is from addact class the user can input things to do
and in the viewact class this will display the activies add by the user in listview
public class addact extends Activity {
@Override…