-4

How to get a specific text from a web page Android Studio?

How to get a specific text from a web page Android Studio

Bishan
  • 15,211
  • 52
  • 164
  • 258
bobo
  • 1
  • 1

1 Answers1

-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