try this code

public void callWebURL( String urlLink) {
    Intent urlCalling= new Intent( Intent.ACTION_VIEW , Uri.parse( urlLink) );
    startActivity( urlCalling);
}


On Sat, Nov 1, 2014 at 10:30 AM, Naresh Pedagani <[email protected]>
wrote:

>
> for this you can use webview,please go through bellow example.
> http://javatechig.com/android/android-webview-example
>
>
>
>
> On Wednesday, October 29, 2014 6:06:29 PM UTC+5:30, Osamah Alzouby wrote:
>>
>> Hello
>> I want to add URL button to my project. How I can create it?
>>
>> Thank you
>>
>  --
> 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
> ---
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to