<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Development on pacheco.dev</title>
    <link>https://pacheco.dev/categories/development/</link>
    <description>Recent content in Development on pacheco.dev</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>Copyright © 2016-2019, David Pacheco; all rights reserved.</copyright>
    <lastBuildDate>Fri, 20 Sep 2019 16:00:00 +0100</lastBuildDate>
    
	<atom:link href="https://pacheco.dev/categories/development/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Using Kotlin&#39;s REPL in a web browser</title>
      <link>https://pacheco.dev/posts/kotlin/using-repl-via-browser/</link>
      <pubDate>Fri, 20 Sep 2019 16:00:00 +0100</pubDate>
      
      <guid>https://pacheco.dev/posts/kotlin/using-repl-via-browser/</guid>
      <description>&lt;p&gt;Sometimes you want to try out some code and you don&amp;rsquo;t want the hassle of having to start a new project in your IDE or might not have a machine to hand to run the code. So what are your options?&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Android Webview Image Anchor</title>
      <link>https://pacheco.dev/posts/android/webview-image-anchor/</link>
      <pubDate>Fri, 22 Mar 2019 11:20:59 +0000</pubDate>
      
      <guid>https://pacheco.dev/posts/android/webview-image-anchor/</guid>
      <description>&lt;p&gt;The problem: &lt;em&gt;calling &lt;code&gt;webview.hitTestResult&lt;/code&gt; on an anchor tag that has an image as a child element returns a &lt;code&gt;hitTestResult&lt;/code&gt; with the type of &lt;code&gt;SRC_IMAGE_ANCHOR_TYPE&lt;/code&gt; and the &lt;code&gt;hitTestResult.extra&lt;/code&gt; is the &lt;code&gt;src&lt;/code&gt; of the image and not the &lt;code&gt;url&lt;/code&gt; of the anchor tag.&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Deploying Cloud Functions using Service Accounts</title>
      <link>https://pacheco.dev/posts/google-cloud-platform/deploying-cloud-functions/</link>
      <pubDate>Sat, 09 Mar 2019 14:00:00 +0000</pubDate>
      
      <guid>https://pacheco.dev/posts/google-cloud-platform/deploying-cloud-functions/</guid>
      <description>&lt;p&gt;Service accounts can be used to allow limited access control and can be used without the need for the usual web authentication journey that is typically used when authenticating the gcloud SDK. These are ideal for use in a CI setup.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Android SDK Search Chrome Extension</title>
      <link>https://pacheco.dev/posts/android/sdk-chome-extension/</link>
      <pubDate>Wed, 21 Sep 2016 20:48:00 +0100</pubDate>
      
      <guid>https://pacheco.dev/posts/android/sdk-chome-extension/</guid>
      <description>&lt;p&gt;I can&amp;rsquo;t believe I hadn&amp;rsquo;t come across this Chrome extension before but it
sure is helpful when digging into the Android SDK.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Using Kotlin&#39;s sealed class to approximate Swift&#39;s enum with associated data</title>
      <link>https://pacheco.dev/posts/kotlin/kotlin-sealed-class-like-swift-enum/</link>
      <pubDate>Fri, 08 Jul 2016 14:23:00 +0100</pubDate>
      
      <guid>https://pacheco.dev/posts/kotlin/kotlin-sealed-class-like-swift-enum/</guid>
      <description>&lt;p&gt;Swift has a great feature for an &lt;code&gt;enum&lt;/code&gt; type that allows you to associated data
with it.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Live Templates in Android Studio</title>
      <link>https://pacheco.dev/posts/live-templates/</link>
      <pubDate>Thu, 30 Jun 2016 12:16:14 +0100</pubDate>
      
      <guid>https://pacheco.dev/posts/live-templates/</guid>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>