How to make layout with physics effect in Android?

558 Views Asked by At

I want to make animation with physics effect like this app : http://capptivate.co/2014/08/26/up-coffee/

enter image description here

Can I do it with Java(Android) and xml layout? Is there any library that can do it?

1

There are 1 best solutions below

0
On BEST ANSWER

I resolved this issue by using AndEngine The first I created a scene with my map. After that I using AndEnginePhysicsBox2DExtension to make Physics Effect. The last I embedded scene game to layout xml