[android-developers] Curved Gallery view

2011-09-21 Thread Abhi
Hi all,

I would like to know if it is possible to create a curved gallery view
from the default horizontal one that Android offers? I don't know if
that entails changing the Gallery code in Android framework which I
want to avoid. Is there any other way to make a custom Gallery view
from scratch? Again, how to go about doing that?

Thanks. Any help would be appreciated.

Abi

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Curved Gallery view

2011-09-21 Thread TreKing
On Wed, Sep 21, 2011 at 10:34 AM, Abhi abhishek.r.sha...@gmail.com wrote:

 Is there any other way to make a custom Gallery view from scratch? Again,
 how to go about doing that?


Extend the existing one? Or make your own by extending ViewGroup?

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Curved Gallery view

2011-09-21 Thread Speedy Lope
Hi,

have you tried the latest invention called google.com ? ;)

http://stackoverflow.com/questions/3732739/possibility-of-a-curved-gallery

Of course you need to extend existing Gallery (if you want it to behave like
a gallery).

On Wed, Sep 21, 2011 at 5:34 PM, Abhi abhishek.r.sha...@gmail.com wrote:

 Hi all,

 I would like to know if it is possible to create a curved gallery view
 from the default horizontal one that Android offers? I don't know if
 that entails changing the Gallery code in Android framework which I
 want to avoid. Is there any other way to make a custom Gallery view
 from scratch? Again, how to go about doing that?

 Thanks. Any help would be appreciated.

 Abi

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en