Answer the question
In order to leave comments, you need to log in
How to fix page reading??
url = new URL("https://www.instagram.com/explore/tags/" + heshteg+ "/");
HttpURLConnection connect = (HttpURLConnection)url.openConnection();
InputStream is = connect.getInputStream();
BufferedReader rd = new BufferedReader(new InputStreamReader(url.openStream()));
//Пишет ответ
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question