As far as I know, which isn't much when it comes to Live Wallpapers,
use those views, but there are various drawing commands you can use
from the Canvas class. Like drawBitmap() to draw drawables from your
resourcs, or drawText().  Check out 
http://developer.android.com/reference/android/graphics/Canvas.html
for more details and what all drawing you can do with a canvas class.

On May 28, 3:46 pm, repole <[email protected]> wrote:
> Hi again everyone,
>
> I'm curious to explore Live Wallpapers, and have a few questions that
> I haven't seen answered in the tutorials I've seen....
>
> The examples I've looked at have used a canvas, and drawn objects onto
> that canvas. Is there a way to use things like ImageView, TextView, or
> better yet an extension of ImageView in a Live Wallpaper? I suspect
> that the answer is no since I haven't found any examples, but just
> want to be sure...
>
> Thanks,
> Repole

-- 
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