Hi,
I'm thinking of creating a "sliding tab strip" similar to that in Chrome for Android. This would allow the appearance of tabs stacking over or under each other, and being progressively exposed by the user directly sliding them. Is there an example or library which will give me a good start?
I've looked at the standard sliding panels demo, but it doesn't really allow the user to slide the panels smoothly enough by direct interaction. I have also considered the alternative approach with a horizontal scroll view which is promising but will need a lot of code to continually "shuffle" the inactive panels.
Any ideas?
Thanks
Andrew
I'm thinking of creating a "sliding tab strip" similar to that in Chrome for Android. This would allow the appearance of tabs stacking over or under each other, and being progressively exposed by the user directly sliding them. Is there an example or library which will give me a good start?
I've looked at the standard sliding panels demo, but it doesn't really allow the user to slide the panels smoothly enough by direct interaction. I have also considered the alternative approach with a horizontal scroll view which is promising but will need a lot of code to continually "shuffle" the inactive panels.
Any ideas?
Thanks
Andrew