How to create wallet in android using page curl animation - android

I have to create this type of layout images are coming from server,images are countless,
at first moment i have 5 imageview to show these five coupons.but when images are more
than five then i have to use a page curl animation to set left images like this.
This snap is the after page curl.but i don't know how to implement this thing. Any helping
hands will be highly appreciated.
Same has been implemented in iPhone application.. So I am looking for help in an Android application.
Any help would be highly appreciated.

Related

How to create a tinder-like swipeable card stack

I would like to ask about the tinder-like swipeable card stack for my application. The point of it is that users will be able to see photos and swipe when they want to see another one. I'm already sending and receiving images to and from webservice and I have been trying some libraries that could manage to do this (googled 'swipedeck' and 'swipecard') but non of them either offered enough flexibility to customize actions fully, or were not working with ImageViews, only TextView.
Now I'm new at this, but I figured that there has to be some kind of RecyclerView, TabLayout or some other implementation that would make it possible to do this and would include also transitions/sliding effects between pictures. I just need someone to point me in the right direction.
Could you please help me by posting your ideas? It would help a lot, and I do not need any specific code parts, I will do my research later on based on your ideas. Thank you a lot!
This is the official guide on creating sliding screens using Viewpager. This should help you get started : Using Viewpager for Screen Slides
There is a project in github that does exactly that - it's called "TinderStack", and you can find it at https://github.com/lawloretienne/TinderStack

Android: how to make an image viewer with ListView at bottom

I have received a requirement make an image viewer with the listview at bottom like this video https://www.youtube.com/watch?v=aC4OFRxk988 but I don't know the name of that controller to research. Please help me. Thanks
I think viewpager and listview.
and dynamic scale image view are setmatrix.
simply reply. i can't add comment at your post....
if want more hint reply me.
https://github.com/ksoichiro/Android-ObservableScrollView
You can find here some custom implementations.
Test the demo app from the play store and check which one has the closest functionality to the one you desire. Then take a deep breath and try to understand how it's done.

Implement Page Curl/ Turn effect on single layout

I know page curl is discussed a lot times before(like here, here , this). Am supposed to do a book like application where while turning the pages would give the feel of a real book page. I have a layout which holds a text view and on next and previous button click am able to update the page content.
But implementing a pagecurl on this layout seems a lot difficult. Most of the samples do curl effect on images say 3 or 5 images. And some others do page curl effect on 2 layouts by flipping between them. In my case I need to bring this effect on my sublayout(linearlayout) within parent layout(relative). I just need to bring a curl effect on my sublayout so as to get the feel of book turning and content updation.
Does anyone have any idea.
Any suggestions/advise is appreciated
Thanks in advance

Advance Sliding Menu in android

Hello Friends i want to implement sliding Menu i like IOS 7 in android below is the URL how is one implemented in IOS.
https://raw2.github.com/romaonthego/RESideMenu/master/Demo.gif
for view full animation please visit above URL.
i want to implement same in android.
for implementing this my strategy is i am taking frame layout and using scale and Translation animation together.
if someone already implemented such type of view or have some thought about it so please share.
This is what u were looking for :)
https://github.com/SpecialCyCi/AndroidResideMenu

Android: make paging effect

I would like to develop an application, which has a part, when I have to print a long text on the screen. My question is: What layout or view or ? are you recommend for Me, if I want to make paging effect? Some text could reserve more pages, and I would like to scroll between these pages with an effect like e-book readers does it. What shall I prefer? Webview? TextView with modifications? Canvas? Or What?
Please give me tips. (I just need some direction to where shall I start now)
Thanks in advance!
I think you're refering to the ViewPager :
http://developer.android.com/training/animation/screen-slide.html
If so, I recommend you to follow this training and come back on StackOverFlow if you have a problem, with some code, or something you've tried and hasn't worked.

Categories

Resources