Now I know android works closely with java programming, so android is based off of java.
In my application, I want a spinner, with 8 choices, and when the "spin" button is pushed, I want the spinner to randomly choose one option.
My question is;
Can I create the spinner entirely with java code outside of android and then just insert the code into the .java file in eclipse? I'm familiar with java and would be able to pull this off if you can do it this way.





In my application, I want a spinner, with 8 choices, and when the "spin" button is pushed, I want the spinner to randomly choose one option.
My question is;
Can I create the spinner entirely with java code outside of android and then just insert the code into the .java file in eclipse? I'm familiar with java and would be able to pull this off if you can do it this way.




