Category: Android rss

Posts

22 March / Android / Development

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.

21 September / Android / Development
30 June / Android / kotlin / Development

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.