<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>extensions on Dan Lowe</title>
    <link>https://danlowe.me/tags/extensions/</link>
    <description>Recent content in extensions on Dan Lowe</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <managingEditor>dan@danlowe.me (Dan Lowe)</managingEditor>
    <webMaster>dan@danlowe.me (Dan Lowe)</webMaster>
    <lastBuildDate>Thu, 07 Jun 2018 15:26:59 -0400</lastBuildDate>
    
	<atom:link href="https://danlowe.me/tags/extensions/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Why Kotlin? An Introduction. (Part 6)</title>
      <link>https://danlowe.me/post/2018-06-06-kotlin-6/</link>
      <pubDate>Thu, 07 Jun 2018 15:26:59 -0400</pubDate>
      <author>dan@danlowe.me (Dan Lowe)</author>
      <guid>https://danlowe.me/post/2018-06-06-kotlin-6/</guid>
      <description>This post is going to be a short but sweet one as I introduce the power of Kotlin extensions!
Kotlin extensions allow you to simply extend the functionality of a given object. Say for some reason you&#39;re developing an Android app and find yourself passing around an instance of context a lot to get a simple desired result. As everyone (should) know, passing around an instance of context is dangerous. It can lead to memory leaks and makes your application more coupled, complicating testing.</description>
    </item>
    
  </channel>
</rss>