How to pass arguments to android application on startup?

170 Views Asked by At

I am building a simple test application that places a button somewhere on the screen. I want to be able to control this placement x,y on startup. If I start the activity using monkeyrunner, for example, what is the best way to tell the application where I want to place the button?

0

There are 0 best solutions below