I am developing a game in j2me and android . In android using andengine to develop the game and its support all screen resolution. But in j2me, need to workout for porting. Its any tool like andeninge for j2me . Any tools for j2me ?
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.
AndEngine gets scaling for free because it’s using OpenGL. If you want scaling to work for J2ME like it does for AndEngine, you’ll have to use OpenGL also. Otherwise, you’ll probably need to calculate the scale yourself. Since it’s not too complicated, I don’t think there are any libraries made specifically for this problem.