Re: [android-developers] Set Wallpaper pop up

2011-09-23 Thread TreKing
On Fri, Sep 23, 2011 at 12:37 PM, OneaDayJ  wrote:

> When on the
> internet on my g2 and I hold down on an image I get a pop up that says
> "save image, view image, set as wallpaper", but on my app I do not get
> that and I want that.
>
> Is there a tutorial on this anywhere?
>

On that specifically, probably not, but:

1 - Saving the Image is standard Java I/O. Google "java save image".
2 - Viewing the Image is a matter of launching an Intent with the image as
the data and the VIEW action.
3 - Setting as wallpaper - search the documentation for "wallpaper" - see
where that leads you.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Set Wallpaper pop up

2011-09-23 Thread OneaDayJ
Hello,

I am trying to figure out how to add that set wall paper popup into my
app when people hold down on an image I have on my app.  When on the
internet on my g2 and I hold down on an image I get a pop up that says
"save image, view image, set as wallpaper", but on my app I do not get
that and I want that.

Is there a tutorial on this anywhere?

Thanks in advance

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en