How to get a specific text from a web page Android Studio?
Asked
Active
Viewed 77 times
-4
-
1First and foremost, welcome to SO, but this is not the way to ask a question. Consider reading How to ask questions here. Coming to your solution, use a library called JSoup to parse a html data. All the best. – Ümañg ßürmån Sep 17 '18 at 03:16
-
what exactly is a problem for you to get it? what stops you from doing it? – Vladyslav Matviienko Sep 17 '18 at 04:52
-
3Possible duplicate of [Parse HTML in Android](https://stackoverflow.com/questions/2188049/parse-html-in-android) – Vladyslav Matviienko Sep 17 '18 at 04:52
1 Answers
-1
First of all, you need to find "HOW THAT WEBPAGE IS GETTING THAT DATA?",
1-If it is hard coded you can hardcode it in your android application.
2-If it is coming from any web service you need to parse JSON data into you application.
That's how you get the specific data from any web page.

Bishan
- 15,211
- 52
- 164
- 258

Pratik Bhandari
- 248
- 1
- 13