Re: [android-developers] Re: Interface Design Question

2010-10-21 Thread Kostya Vasilyev
There is an article by Sony Ericsson guys on implementing a similar UI, except their list items don't get stacked on the bottom. http://blogs.sonyericsson.com/developerworld/category/tutorials/3d-list/ -- Kostya 21.10.2010 9:37, metal mikey пишет: Sorry, didn't mean to suggest using a

Re: [android-developers] Re: Interface Design Question

2010-10-21 Thread argon gold
Hi William, What happens to documents that are scrolled above the central one? Will they accumulate in a stack at the top? ==The documents that scrolled above the central one gradually scrolls to the top end and disappears. All documents are like in a chain until the last one reaches at the

[android-developers] Re: Interface Design Question

2010-10-21 Thread William Ferguson
Let us know when you're done, I'd love to see it. Good luck. On Oct 21, 6:48 pm, argon gold argongol...@gmail.com wrote: Hi William, What happens to documents that are scrolled above the central one? Will they accumulate in a stack at the top? ==The documents that scrolled above the central

[android-developers] Re: Interface Design Question

2010-10-20 Thread argon gold
Any one have suggestion on this ? On Tue, Oct 19, 2010 at 9:31 AM, argon gold argongol...@gmail.com wrote: Hello, I'd like to get your suggestion for best option to implement the following interface on android 2.2. 1. Folders (or folder windows displayed as pictures) are assembled or

[android-developers] Re: Interface Design Question

2010-10-20 Thread argon gold
Hi, I have uploaded the interface picture that I'd like to design and check it a link give below http://www.flickr.com/photos/55033...@n06/5100859925/ I am considering to implement it with layout animation by modifying scroll views . Give me your suggestion based on your experience to design

[android-developers] Re: Interface Design Question

2010-10-20 Thread William Ferguson
Interesting UI, I would love to see it in action. I think it would be highly usable. What happens to documents that are scrolled above the central one? Will they accumulate in a stack at the top? I wouldn't use a ListView. I think you might be best served with View holding 5 ImageViews with the

[android-developers] Re: Interface Design Question

2010-10-20 Thread metal mikey
Your interface requirements are quite specific, and thus likely to be unique, so expecting people to have already implemented the interface and simply pass you their solution is probably expecting too much. For lack of being told exactly what to do...If you have ideas, try them! Whether they work

[android-developers] Re: Interface Design Question

2010-10-20 Thread metal mikey
Sorry, didn't mean to suggest using a ScrollView, rather: I suggest a solution involving layout animation on ImageViews...layout animations that get triggered by interaction with a single GestureOverlayView. PS: I've seen a similar interface on promo material for Motorola Flipout, so I guess a