I am staring to build my first android game and I’m looking for a little help on how to keeps everything running smooth on all phones. My idea was to call a function after x seconds has elapsed but I’m not sure if thats the best approach
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.
Actually the Simple Game Architecture contains Input, Update State and Render. So you have to consider FPS and UPS for your updating state condition. And there will be obviously synchronized block for particular thread. But that would be something vague as you can go through the tutorials in Obviam or read the Book from Apress for the Beginning Android Games… I can give you some efficient links for Game Development on Android…