Hi Everyone, I am a web developer and I have an android hybrid app built in cordova.
We are moving the app now from hybrid to native for android, now in hybrid we have many interactions in which we have use javascript and css3. Now for example, we have a drag and drop functionality where we use jQuery UI to make drag and drop interactions. Now the dragged items can be dropped in one out of two containers. Based on dropped items quantity we make a seesaw effect using CSS3 transform rotate property. So now this makes a weight balancing interaction. You can check the screenshot below. <https://lh3.googleusercontent.com/-WQPC07YiYTo/VpXTiYS4dWI/AAAAAAAAADA/CunSiJNg_3s/s1600/drag_n_drop.gif> I found some tutorials on drag and drop but I have no idea on how can I make that seesaw effect. So can you guys help me out here, if you had to make this thing then what would be your approach, I am not expecting a full source code help but just a right way out here some tutorials or examples will also do. I am not an expert in Native Android, but I have previously worked on android projects. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/d880aa5c-947d-4357-a620-2f92f26632f7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

