AppSwipe! is an app on the Android Market where I use a gallery and display the text of the item as you are describing... I am not having any problems implementing this (but I don't do it with coverflow).
If you post some of the code for your adapter and where you are setting the textview text I could possibly help you. On Mon, Feb 28, 2011 at 10:09 AM, Justin Anderson <[email protected]>wrote: > Well... what does your code look like? > > > On Sun, Feb 27, 2011 at 10:32 PM, monty <[email protected]> wrote: > >> Hi >> I am developing an application where i need to achieive coverflow >> animation using android Gallery.When i scroll the Gallery i need to >> display the data of the middle item in the Gallery in a TextView. >> But instead when i scroll and stop the Gallery ,the TextView prints >> the last item of Gallery visible on the device .and not the middle >> one. >> How do i acheive this?Do i need to write some logic or will it work >> with some APIs?i hope i am clear with the query.Could any1 giv a >> solution? >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

