Skip to content Skip to sidebar Skip to footer
Showing posts with the label 2d

Issue With Canvas.rotate() In Android .how Does It Exactly Work?

Please find the code of my onDraw method below(.I'm trying to rotate the canvas(//Rotate call -… Read more Issue With Canvas.rotate() In Android .how Does It Exactly Work?

Chase Player With Camera In Andengine And Limit World's Bounds

Using AndEngine for Android, I would like to have my scene look like this: The red box is the worl… Read more Chase Player With Camera In Andengine And Limit World's Bounds

Unity Touch Position To World Position 2d

How can I transform the touch position (On phones) to world position. For instance if my phone'… Read more Unity Touch Position To World Position 2d

How To Create An Android 2d Game?

I'm an dev still learning in Android, I've created two apps so far, an alarm clock, a widge… Read more How To Create An Android 2d Game?

Update Coordinates Based On Angle And Speed

I see plenty of answers to this riddle on here, but every time I try and implement the answers, the… Read more Update Coordinates Based On Angle And Speed

Animation With AnimationSet() In Android

OK here's the problem i have an ImageView in my activity, here's what it looks in main.xml:… Read more Animation With AnimationSet() In Android