Re: [android-developers] Carousel View Animation..?

2011-01-11 Thread Abhilash baddam
Thank youTreking. I will wait for your code in the mean while i'l also try to achieve this one. On Tue, Jan 11, 2011 at 9:00 PM, TreKing wrote: > On Tue, Jan 11, 2011 at 5:51 AM, Abhilash baddam < > abhilash.androiddevelo...@gmail.com> wrote: > >> Thanks for your reply...if anybody is having

Re: [android-developers] Carousel View Animation..?

2011-01-11 Thread TreKing
On Tue, Jan 11, 2011 at 5:51 AM, Abhilash baddam < abhilash.androiddevelo...@gmail.com> wrote: > Thanks for your reply...if anybody is having code snippets regarding this > issue please send it to me. OK. I'll code up something that will work 100% for sure in your project and have it over to you

Re: [android-developers] Carousel View Animation..?

2011-01-11 Thread Jitesh dedhiya
May this link will help you..you just need to calculate the TranslateAnimation(0, 100, 0, 200); http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/AnimateDrawables.html TranslateAnimation very important

Re: [android-developers] Carousel View Animation..?

2011-01-11 Thread Abhilash baddam
Hi friends, Thanks for your reply...if anybody is having code snippets regarding this issue please send it to me. On Tue, Jan 11, 2011 at 11:24 AM, kavitha b wrote: > yes,U r absolutely right. > > > On Tue, Jan 11, 2011 at 11:19 AM, Kumar Bibek wrote: > >> I think you misunderstoo

Re: [android-developers] Carousel View Animation..?

2011-01-10 Thread kavitha b
yes,U r absolutely right. On Tue, Jan 11, 2011 at 11:19 AM, Kumar Bibek wrote: > I think you misunderstood me. > > I said, it's not available in the SDK. You have to create your own, or use > someone else's code. :) > > > Kumar Bibek > http://techdroid.kbeanie.com > http://www.kbeanie.com > > >

Re: [android-developers] Carousel View Animation..?

2011-01-10 Thread Kumar Bibek
I think you misunderstood me. I said, it's not available in the SDK. You have to create your own, or use someone else's code. :) Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Tue, Jan 11, 2011 at 11:11 AM, kavitha b wrote: > yes,There are so many examples in internet. >

Re: [android-developers] Carousel View Animation..?

2011-01-10 Thread kavitha b
yes,There are so many examples in internet. Search for Coverflow in android in google. On Tue, Jan 11, 2011 at 11:07 AM, Kumar Bibek wrote: > Umm, There is nor coverflow widget in the SDK. You have to create one :) > > Kumar Bibek > http://techdroid.kbeanie.com > http://www.kbeanie.com > > > >

Re: [android-developers] Carousel View Animation..?

2011-01-10 Thread Kumar Bibek
Umm, There is nor coverflow widget in the SDK. You have to create one :) Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Tue, Jan 11, 2011 at 11:05 AM, kavitha b wrote: > Use Coverflow feature > > On Mon, Jan 10, 2011 at 10:03 PM, TreKing wrote: > >> On Mon, Jan 10, 2011 a

Re: [android-developers] Carousel View Animation..?

2011-01-10 Thread kavitha b
Use Coverflow feature On Mon, Jan 10, 2011 at 10:03 PM, TreKing wrote: > On Mon, Jan 10, 2011 at 8:01 AM, Abhilash baddam < > abhilash.androiddevelo...@gmail.com> wrote: > >> How can i oscillate the image like a pendulum. >> > Can any one give me the guidance to achieve this one. >> Can anyone

Re: [android-developers] Carousel View Animation..?

2011-01-10 Thread TreKing
On Mon, Jan 10, 2011 at 8:01 AM, Abhilash baddam < abhilash.androiddevelo...@gmail.com> wrote: > How can i oscillate the image like a pendulum. > Can any one give me the guidance to achieve this one. > Can anyone give suggestions or related code snippets. > Try a (customized) Gallery and some ma