The problem: calling webview.hitTestResult on an anchor tag that has an image as a child element returns a hitTestResult with the type of SRC_IMAGE_ANCHOR_TYPE and the hitTestResult.extra is the src of the image and not the url of the anchor tag.
Category: Android rss
Posts
I can’t believe I hadn’t come across this Chrome extension before but it sure is helpful when digging into the Android SDK.
Live templates allow you to quickly add text to the current file. They are context aware so that only relevant templates for the current cursor location are shown.