Hi all.........

               Thanks for the replies. I can be able to access a web
page. But can anyone tell me how can i get the html coding of the
respective web page? i want to get the html coding of interface of any
web page through android coding.

I have used this coding for accessing a web page...........

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Uri uri = Uri.parse( "http://www.google.com"; );
                        startActivity( new Intent( Intent.ACTION_VIEW, uri ) );


///////////////////////////////////////////////////////////////////////////////////////////////////////

If any one know this please response.
--~--~---------~--~----~------------~-------~--~----~
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