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?