I wanted to know the difference main difference between JAVA 2d and 2d drawing on Android. Can I port my Java 2D game to android without much changes ? or I need a lot of changes ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Android uses OpenGL for performance 2D, and 3D graphics. As to how much work it would require to port your existing game, that will depend on lots of different factors. Without knowing more about the game you’ve created it would be impossible for us to answer that.