Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm new to developing android apps as well as the java language in general and I was wandering if someone would be willing to provide some constructive criticism on this https://github.com/ctlayon/tictactoe tictactoe app I wrote. Specifically, how can I make this code into something more "professionally" coded. I know I could just go to http://developer.android.com/resources/samples/TicTacToeLib/src/com/example/android/tictactoe/library/GameActivity.html and copy how they did theirs but I'd much rather here the why instead of just the end result.

share|improve this question
6  
I think this belongs on codereview. – Tudor Dec 24 '11 at 10:41
1  
Definitely belongs on code review or programming.stackexchange.com i'll flag it for that but i am also happy to help the review if you like. – Ahmed Masud Dec 24 '11 at 10:53
Generated files should not be in source control. – Dave Newton Dec 24 '11 at 18:06

closed as off topic by Tudor, Jon Skeet, Stephen C, Mat, Ralph Dec 24 '11 at 11:46

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.