In Java on Android you need to get the source code of the requested page (for example, yandex.ru ).

I tried to do this through a third-party Jsoup library, but this method does not suit me very much. There are glitches with anyway.

Is there a way to do this with standard libraries? And How?

    1 answer 1

    Here for example a small article: Android HTTP Access - Tutorial . And so - google on httpClient - the class is fairly standard.