Toggle navigation
Home
Blog
Projects
Books
Contact
RSS
Blog Subscribers
Subscribe
My Book
C# and .NET Core Test Driven Development
Recent Blog Entries
Swarm Testing
Agile Story Estimation
Django deployment to Google App Engine with Github Action
Named entity extraction from text in Python
Popular Blog Posts
How to Become a Good Programmer
A Client Server File Sharing Application
How to Select and format Portion of a Webpage Using Jsoup and Htmlcleaner in Android
How to Build PHP 5.4 Applications with Visual Studio
Categories
Asp.Net
Lua
C#
My Views
Others
WPF
PHP
Android
Java
VoIP
Ruby
Python
Management
Projects
Machine Learning in .Net using C#
Badges
Blog Visitors Count
Category : Android
How to Select and format Portion of a Webpage Using Jsoup and Htmlcleaner in Android
August 07, 2012 10:48 PM
Their are times when need may arise to display a portion of a webpage only and not the entire page using WebView in an android application, for example an application might just need to display the blog post portion of this page only and not the comments section. In this blog post I will explain how this could be achieved using the open source libraries jsoup and htmlcleaner.
>> Read more
page