I am confused how to start building an application like below.
Scenario:
I have an image where two bells(bell-1,bell-2) hanging like pendulum
.My purpose are-
- If i sweep bell-1,it will go right side and back to left side(what a pendulum does) and makes sound.
- If i sweep bell-2,it will do like bell-1.
- If i sweep bell-1 and bell-2, both bells will go left to right to left (like pendulum) and makes sound.
My question is : What is the best way to do an application like this which will support all android devices.
Any help like document,links or advice will be highly appreciated.