I'm writing android app and currently debugging some functionality which runs on Activity X. Activity X depends on some value from Activity Y, which depends on Activity B, which runs when I click button on Main Activity.
It's really painful to:
- change code
- re-run app
- click on button on Main Act, enter some text on Act B, chose value from spinner on Act. Y
- debug function
- --> 1. change code
Is there some faster way to run Activity X with parameters I get from getExtras()? IDE I using is Eclipse, actually it's Android Developer Tools.