Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

This project helps for who faced problem with WebView inside NestedScrollView.

Dec 5, 2016

A demo project for showing how to use WebViews in Android.

Things covered in this project

  • Load a local html file into a WebView with the basic WebView settings.
  • Handle Javascript callbacks from the Javascript to the client.
  • Make Javascript callbacks from the client to Javascript.
  • Set WebViewClient to the WebView
  • Debugging of WebView
Apr 27, 2017

A minimalistic, text based web browser for android.

Features:

  • Ad free and no user information tracking.
  • Load any url into the app and it will load it as long as the url is valid.
  • Change font size according to your liking.
  • Save webpages offline.
  • Secure your archive with a PIN.
Sep 17, 2015

Provides a logging wrapper around a WebViewClient, in order to figure out what is going on.

This happens by creating a DebugWebViewClient which logs events and passes them to an enclosed WebViewClient.

Nov 11, 2017