Thanks Justin.., Am able to display the image. But now am trying to rotate the image.
In a single view am displaying 4 to 5 image In this selected image should be normal, Left side image should rotate to 90 degree and Right side image should rotate to 270 degress. Am using single view. Hope am clear. How to achive this ? ? Am totaly block,,,,,,,,,,,,,,,,,,, Plz help me... Cheers, Ganesh On Dec 15, 1:41 pm, Justin Anderson <[email protected]> wrote: > You need to follow the tutorial I gave you a link to > > On Dec 14, 2009 11:43 PM, "Ganesh Ram" <[email protected]> wrote: > > Hi Justin.., > Here is my code.., > > ========================================================== > private Integer[] gItems = { > R.drawable.l, > R.drawable.b2, > R.drawable.bi2, > R.drawable.big2, > R.drawable.re, > R.drawable.ne, > > }; > Gallery gallery; > > �...@override > public void onCreate(Bundle savedInstanceState) { > super.onCreate(savedInstanceState); > > gallery.setImageResource(gItems[position]); > > } > > =============================================== > Whats wrong ? What i need to do now ? ? > > Cheers, > Ganesh > > On Dec 15, 11:19 am, Justin Anderson <[email protected]> wrote: > How > are you displaying the i... > > > > > On Mon, Dec 14, 2009 at 8:54 PM, Ganesh Ram <[email protected]> wrote: > > > Thanks Mr.Justin. > >...- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en

