Android Question display only a part of a site

FreeWolF

Active Member
Licensed User
Longtime User
Hello to all!

is possible with the library WebView to display only a specific part of a site? For example, if I want to display weather updates from a website but only a certain part I do that? We carry a picture to make you understand what I want to see:






Thanks in advance!!
 

walterf25

Expert
Licensed User
Longtime User
Hello to all!

is possible with the library WebView to display only a specific part of a site? For example, if I want to display weather updates from a website but only a certain part I do that? We carry a picture to make you understand what I want to see:






Thanks in advance!!
You can do it but you would probably need a php script to parse the website and return only the portion that you want. If what you are trying to do is a weather application, you probably don't need to do it that way there's a few libraries in the forums specifically to retrieve weather information from various weather services. just do a search and you'll find a few examples.

Cheers,
Walter
 
Upvote 0

Peter Simpson

Expert
Licensed User
Longtime User
Upvote 0
Top