use an intent, and put it on ur button

ex:
Intent iG = new Intent();
iG.setAction(Intent.ACTION_VIEW);
iG.setData(android.provider.MediaStore.Images.Media.INTERNAL_CONTENT_URI);
startActivity(iG);

On 21 Nov, 21:42, vedika nimje <[email protected]> wrote:
> Hi all Android Developers. I need ur help. I lost the code to how can i
> pass website link to a button. Pls help me again.
>
> Thank u all 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 [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-developers?hl=en

Reply via email to