Hi,
I am trying to create a Custom view which basically should become a
horizontal slider...
Now my slider would exist out of several images, one image as a
background, a superimposed image (foreground) with the actual slider,
and an extra icon on either side...
So how should I start working towards such an element ?
- should I use ImageViews for all those Images (I am used to using
Image class from J2ME), and can those be superimposed in the onDraw
method of my new class ?
- Android doesnt recognize the Image class, and the only thing I saw
which might be similar is Bitmap.. Is this correct and how do I create
one from a resource PNG file ? I couldn't find the Canvas.drawImage
method but only the Canvas.drawBitmap method...
Thanks in advance...

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

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

Reply via email to