When starting a new dialog activity, meaning the point is for user to enter something, how can I pause execution in the original activity to wait for the users entry?
Startactivity starts the new activity but also continues the current execution.
from searching the forums it sounds like callsubdelayed or StartActivityForResult is supposed to help, but I cant figure out how to implement it in a way that gains this functionality.
Thanks
Startactivity starts the new activity but also continues the current execution.
from searching the forums it sounds like callsubdelayed or StartActivityForResult is supposed to help, but I cant figure out how to implement it in a way that gains this functionality.
Thanks