Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Genie Effect Animation in Android

I have requirement of implementing Genie Effect animation shown below.

enter image description here

Reference:

  • https://github.com/Ciechan/BCGenieEffect

I could not understand where to start. Can anyone suggest me some ideas?

I tried some code with basic animation like translation and scaling but not succeed.

like image 738
Chintan Rathod Avatar asked Nov 07 '13 10:11

Chintan Rathod


1 Answers

I have implemented this code with Game Library AndEngine

Kindly find the attached code below that will help u to move further.. you can use this code as fragment to ur android code OR make instance of this code and again extend from activity for reusing this code.

This zip file contain 2 project :

  1. Code implementation for above effect and
  2. AndEngine library which u need to add to my project .

Click here to Download My Code

like image 167
KOTIOS Avatar answered Sep 28 '22 18:09

KOTIOS