Hi guys,
I have an activity (Activity A), that Initialize /called a class. This class is collecting data from user's input. Class has panel, edittext and button.
The class called another Activity (Activity B) with command CallSubDelayed2, Activity B wait for user to choose a data from a list.
When user already choose a data, activity B call the sub in the class via command CallSubDelayed2, but that sub never executed.
I understand that the activity that Initialize /called the class - Activity A, was in paused state, so the sub in that class never executed.
Is there anyway to handle this?
I have an activity (Activity A), that Initialize /called a class. This class is collecting data from user's input. Class has panel, edittext and button.
The class called another Activity (Activity B) with command CallSubDelayed2, Activity B wait for user to choose a data from a list.
When user already choose a data, activity B call the sub in the class via command CallSubDelayed2, but that sub never executed.
I understand that the activity that Initialize /called the class - Activity A, was in paused state, so the sub in that class never executed.
Is there anyway to handle this?
Last edited: