-
-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated library with Vertical animation (that can be changed from xml itself)and using it up with RecyclerView. #12
Conversation
… or horizontal),Flip inside the recyclerView added
Hello @sachinvarma |
First of all, sorry for the late reply and thanks for accepting the
contribution.
…On 18 Dec 2017 4:56 pm, "Wajahat Karim" ***@***.***> wrote:
Merged #12 <#12>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AXcmMi2BIemRTbWg7-tlvcDNyO9HMTBJks5tBkv8gaJpZM4RFRgR>
.
|
Very much appreciated for your contributions. It means a lot. Thanks |
Its just an adding of some features for which a pretty good library that
you have already created, actually i am the one to thank you, because of
that library only i was able to complete one of my project. Thanks alot.
…On Sat, 17 Mar 2018, 12:03 Wajahat Karim, ***@***.***> wrote:
Very much appreciated for your contributions. It means a lot. Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AXcmMtCv4e9-8o6V5l27LKOAmmb1A6-uks5tfK42gaJpZM4RFRgR>
.
|
Glad to hear that the library came in handy for your project. Also, is it possible that you share the app link (if live on Google play)? I will add it as showcase for this library. |
Hi karim, The project is signed with NDA. When i use it in an app which is
not signed with NDA i will surely let you know. Even these apps can't be
added to my CV also. :( . Sorry mahn..
…On Sun, 18 Mar 2018, 23:01 Wajahat Karim, ***@***.***> wrote:
Glad to hear that the library came in handy for your project. Also, is it
possible that you share the app link (if live on Google play)? I will add
it as showcase for this library.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AXcmMkVASISu1e0QDhjnWibp63Un25gFks5tfpn9gaJpZM4RFRgR>
.
|
Hi wajahat,
I have added Vertical flip animation which can be changed from xml itself, (Like ,app:flipType="horizontal") and made an example in which it will show how flipView can be used in RecyclerView also (Before it was not scrollable in RecyclerView).
Thank you.