Tagged Questions
0
votes
0answers
42 views
ViewPager animation drag
I am trying to learn more about Android UIs and I am playing around with several different UI designs. Right now I am working with a ViewPager using Fragments and trying to emulate the homescreen, but ...
0
votes
0answers
28 views
Animation proxy from nineoldandroid was not working for the versions before 3.0
friends....
I got a problem with animation in betwen versions...So i will give description about the requirements of my app and problem im facing
1.My consists of animation which consists viewpager.
...
1
vote
0answers
19 views
Animation proxy from nineoldandroid was not working 2.2
friends....
I got a problem with animation in betwen versions...So i will give description about the requirements of my app and problem im facing
1.My consists of animation which consists viewpager.
...
3
votes
4answers
232 views
Using animation on a ViewPager and setFillAfter
I have a ViewPager which I need to move as a whole on button press. I use an animation for this.
When I press it, I translate the 'x' for it. I use setFillAfter(true) to keep the new position.
But ...
0
votes
0answers
36 views
Android - Implement Paging system that scrolls to only one direction
I want to implement a paging system similar to ViewPager. However, this pager needs to scroll only in one direction and it must have infinite scrolling.
I have thought of using a ViewPager and setup ...
4
votes
1answer
471 views
PageCurl animations on ViewPager transitions?
Here's a demo of what a page curl animation looks like:
http://www.youtube.com/watch?v=aVZHN_o45sg
There are a couple of page curl animation libraries:
https://github.com/harism/android_page_curl
...
0
votes
1answer
174 views
Backwards compatible PageTransformer
I'm trying to animate items in a ViewPager and the PageTransformer fits the bill. I want it to be backwards compatible to Android 2.2 so am using the support v4 library. However...
As property ...
1
vote
3answers
1k views
Custom animation for viewpager
I'm working with viewPager and fragments and now I'm trying to get a custom animation, the zoom-out page transformation to be precisely.
But I'm getting a few errors. I'll put the errors in comment ...
0
votes
0answers
67 views
stop left to right scrolling
I have used view pager with page-container. by default it scrolls in both direction, left to right & right to left, but i want only one side scrolling in circular way i.e.only right to left
in ...
0
votes
2answers
172 views
Do animation after view get displayed in view pager (android)
Hi I am new to android and I am doing one simple application. My application contain one simple activity in witch it contains view pager. my view pager having no of screens 3. SO my view pager working ...
2
votes
2answers
167 views
Android cards animation
What's would be the best strategy for making a stack of cards in Android that animate cyclically i.e. card on top when swiped goes to the bottom.
The approach I was going for is making the cards as ...
1
vote
1answer
337 views
Button in ViewPager scroll to specific page
One of my layouts inside of my ViewPager has a button. "R.layout.add_site". I would like the option of hitting the button and it scroll to the specific page for me. I already have the option to swipe ...
0
votes
1answer
737 views
Increase viewpager smoothscroll duration
I'm using a ViewPager subclass MyPager (which is almost the same), and I use its setCurrentItem(int index, boolean smooth) method, with the smooth parameter set to true. It's actually a little ...
1
vote
1answer
312 views
Make activity transition like ViewPager
I want to startActivity with transition like ViewPager. I mean Activity A pushes Activity B from one side to another. I read this and tried to implement the transition but it isn't similar to ...
1
vote
0answers
348 views
Subclassing ViewPager Breaks Animation
In my Android application I have an activity which uses a view pager to display 4+ pages (Fragments). I implemented buttons on each screen that move between pages by calling:
...