There are cases that your project depends on some resources provided by another team in your company or other 3rd party organizations, which are not hosted in Maven central or Google or anywhere. For…
UIWebView has been deprecated! Use WKWebView!
I’ve created a GitHub repo here demonstrating the usage of WKWebView:
In iOS, there’re 2 places user could input texts: TextField or WKWebView.
When users are editing, there are context menus that you might want to customize.
I was re-reading the book Computer Networking back from Master time, and this diagram shows pretty much a very good idea of how cookie works in the client-server interaction. The header “Set-cookie” in HTTP response msg and…
A BRIEF HISTORY
Android WebView has gone through a big change over time.
Before Android 4.4, WebView is based on WebKit, and is shipped in AOSP.
I recently came across a blog explaining Android support library in a very good way, thanks to Josh Hight!
There are cases that you want more controls on custom IME in your application, for example, like the WolframAlpha, having a switch in Settings to turn on/off your custom keyboard.