How to create an Android 2D game?

前端 未结 2 1374
误落风尘
误落风尘 2020-12-30 15:25

I\'m an dev still learning in Android, I\'ve created two apps so far, an alarm clock, a widget and a pass manager using databases, I have a little bit of experience, but I\'

2条回答
  •  萌比男神i
    2020-12-30 16:08

    Libgdx is not outdated and is, IMHO, the best way to program for android. The reason ist, that you can develop 99% on desktop (ofc think about the controlls, which won't be a keyboard on android) and then you have a working android app with a few lines only.
    If you instead develop for android directly, you need to use the verry slow emulator or you have to send the app to a testphone, just to debug your code. This is a lot slower then debuging on desktop directly.
    Libgdx is verry efficient, easy to use (as soon as you understan how it works) and has a verry good documentation.

    For tutorials: I wrote an answer here on SO, which seemed to help some people. It is a short "tutorial" which shows only the verry basics and i have added the links to some tutorials which helped me learning it. So i hope it helps you to^^

提交回复
热议问题