Yes.
import java.net.URL;
import android.graphics.Bitmap;
import android.widget.ImageView;
URL img = new URL("http://chart.apis.google.com/chart?
chs=460x230&chd=t:62&cht=p&chl=Google");
ImageView imgViewer = new ImageView(this);
imgViewer.setImageBitmap(Bitmap.decodeStream(img.openStream());
Cheers,
Justin
Android Team @ Google
On Aug 22, 9:52 am, dai <[EMAIL PROTECTED]> wrote:
> Ciao, can anyhone get image files from Google Chart API?
> I'm trying to get image
> fromhttp://chart.apis.google.com/chart?chs=460x230&chd=t:62&cht=p&chl=Google,
> but I could not do well..
>
> Any hints on this...?
--~--~---------~--~----~------------~-------~--~----~
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]
Announcing the new Android 0.9 SDK beta!
http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---