• Runtimes
  • I'm newbie both spine and android studio. Would you help me?

Hellow?

I'm REALLY newbie about android studio and spine. so I don't know how to apply spine to android studio.
With my web search, there is oneway to make animation in android studio.
A lot of frames-many jpg files make an animation in android studio.
However, I still don't know. Is spine possible to apply android studio?
Please help me.
A newbie always trouble.

Related Discussions
...

Spine can generate your animation as image frames, which you can then show in sequence. Otherwise you can use a library like libgdx to render Spine animations using the Spine Runtimes. This allows your animations to run at 60 FPS and you can manipulate your skeleton dynamically at runtime, change attachments, etc. However, mixing libgdx (which uses OpenGL, 3D accelerated graphics) and Android UI widgets doesn't usually work very well. libgdx does come with its own UI widgets, and in fact Spine is written using libgdx (which obviously can also make desktop apps).