I want a application which consist of drag and drop of cards with the animation such as,I need like this only pls help me out,
What you want is similar to the tinder app.You can use some github librarys like..
https://github.com/Grishu/TinderView-Control
https://github.com/lawloretienne/TinderStack?utm_source=android-arsenal.com&utm_medium=referral&utm_campaign=4946
https://github.com/Diolor/Swipecards
Hope this helps you.
Related
I'm trying to create an animation like this:
http://imgur.com/qvl7TP5
I did try the CircularReveal animation, but this does not quite look like a CircularReveal. This is also the animation Google Play Store uses when going from a list of apps to its individual page. I have looked it up a lot but in vain. Please help by pointing me in the right direction.
Your requirement very slimier to FABRevealLayout
Hope this library helps you
https://github.com/truizlop/FABRevealLayout
https://github.com/sephiroth74/ViewRevealAnimator
Thank you
Hi everyone. I want to make a view like above. On the same screen , I have got two different layout (or it can be fragments, doesn't matter for now.). User can swipe both layout on long touch and drag/drop like above. Do you know how can we do it or is there any library for this?
Thanks
Please check DragLinearLayout libray.
Hope for help. :)
You can use Drag sort library
but i think this assumes that you use a listview.
I'm experimenting with cardlibs by Gabriel Mariotti from here. My problem is the animations of the swingbottom or any other animation included only in List view animation. The cards are all same (using same layout). I want to use the swingbottom animation on misccard. each card has its own layout.How can i achieve that? Thank you.
i found a way around. With the tips from Gabriel Mariotti himself on the Global and InnerLayout. So I've modified all of my cards to use the same GlobalLayout but different InnerLayout. Lots of modification but it achieved what i wanted. All the cards now can be added into CardArrayList and used with the animation adapter. Hope this will help anyone who has the same goal as i am. Thank you.
I have a GridLayout with some items in it. Nothing special on it.
I just would like to know if I can drag items around and make the other items automatically arrange themselves.
It's like Android does in Jellybean if you move an icon near another icon.
Is that possible in GridLayout?
Thank you!
I don't know if that is possible with a GridLayout, doubt it, but here is a example that looks like a GridLayout and implements Drag and Drop. This should solve your issue.
I feel like there are many projects which could solve this slightly better than the other answer:
See the following question
Within this, the following projects are mentioned:
PagedDragDropGrid
Alternative View Drag and Drop
Google Project and some other 3rd party stuff
This may help you find some stuff other than GridViews as well.
I am new in android. I want to make rounded wheel animation type animation for my application home page like this one, any help please ?
What you are looking for is called "3D carousel view". We don't have much examples based on that. But still here is a very good link which has the source code for this sample.
http://www.codeproject.com/Articles/146145/Android-3D-Carousel
But still you have to roll out things to make the changes and customize it.
Please check below links its help to how to implement this functionality(Cover Flow)
http://code.google.com/p/android-coverflow/
http://www.inter-fuser.com/2010/02/android-coverflow-widget-v2.html