Reputation: 503
I am new to Android application development. I am just trying to create a application with fire flames.How to create fire flames in Android dynamically.For Example, if i touch the screen, fire should move.Please let me know steps or any link where can i refer.Thanks in advance.
Upvotes: 1
Views: 1468
Reputation: 964
I think OpenGL
is your best option if you want to make complex animations at run time, although it's not that straight forward to learn.
Please take a look at this link as it seems to be what you are looking for (I haven't tested it).
If you have checked the link, got the idea and still want to embark on this new adventure, you can take a look at the official Android OpenGL docs, they are a good place to get familiar with Open GL
. Also, this seems to be a good OpenGL
tutorial to get deeper into graphics development.
Upvotes: 2