Tagged Questions
1
vote
1answer
74 views
Test for the presence of the ouya ODK
How would it be possible to test for the presence of the ODK at run time?
Currently I took this approach:
private activityDelegate delegate;
@Override
public void onCreate(Bundle savedInstanceState) ...
7
votes
4answers
6k views
What tools are available for developing 2D games like Tetris or Angry Birds for Android?
I would like to ask the following regarding developing Tetris- and Angry Birds-like 2D games for Android:
Is Java the official development language for Android?
What free or commercial Android ...