<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Akshay Chordiya</title>
    <link>https://akshaychordiya.dev</link>
    <description>Android, Kotlin, and the craft of explaining them.</description>
    <language>en</language>
    <atom:link href="https://akshaychordiya.dev/rss.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>Magical Book of Compose Performance — Defer State Reads✨</title>
      <link>https://akshaychordiya.dev/articles/magical-book-of-compose-performance-defer-state-reads</link>
      <guid isPermaLink="true">https://akshaychordiya.dev/articles/magical-book-of-compose-performance-defer-state-reads</guid>
      <pubDate>Fri, 26 Jun 2026 12:00:00 GMT</pubDate>
      <description>We recently gave a talk 🎤 at a couple of Android conferences about how to debug Compose Compose performance &amp; various tools in your arsenal 🛠🧰</description>
    </item>
    <item>
      <title>Introducing OkSSE — Kotlin Multiplatform SSE library</title>
      <link>https://akshaychordiya.dev/articles/introducing-oksse-kotlin-multiplatform-sse-library</link>
      <guid isPermaLink="true">https://akshaychordiya.dev/articles/introducing-oksse-kotlin-multiplatform-sse-library</guid>
      <pubDate>Mon, 31 Aug 2020 12:00:00 GMT</pubDate>
      <description>At Clue, we always want to keep finding new solutions as challenges arise. Recently, we needed to build a dynamic UI driven via backend which motivated the entire team 💪🏻 and…</description>
    </item>
    <item>
      <title>Migrating from legacy code  Kotlin Flow</title>
      <link>https://akshaychordiya.dev/articles/migrating-legacy-code-to-kotlin-flow</link>
      <guid isPermaLink="true">https://akshaychordiya.dev/articles/migrating-legacy-code-to-kotlin-flow</guid>
      <pubDate>Thu, 25 Jun 2020 12:00:00 GMT</pubDate>
      <description>A lot of the codebases are stuck with legacy code either callbacks, RxJava 1, loaders or other old asynchronous programming APIs and it’s totally fine!</description>
    </item>
    <item>
      <title>Go with the Kotlin Flow</title>
      <link>https://akshaychordiya.dev/articles/go-with-the-kotlin-flow</link>
      <guid isPermaLink="true">https://akshaychordiya.dev/articles/go-with-the-kotlin-flow</guid>
      <pubDate>Sun, 29 Mar 2020 12:00:00 GMT</pubDate>
      <description>Kotlin Flow is an implementation of Reactive Stream specification made on top of coroutines and channels for Kotlin.</description>
    </item>
    <item>
      <title>Build complex screens faster on Android with Epoxy</title>
      <link>https://akshaychordiya.dev/articles/build-complex-screens-faster-on-android</link>
      <guid isPermaLink="true">https://akshaychordiya.dev/articles/build-complex-screens-faster-on-android</guid>
      <pubDate>Mon, 30 Dec 2019 12:00:00 GMT</pubDate>
      <description>RecyclerView is such an important UI component on Android. But using it can get complex and error prone—especially when dealing with different view types and pagination. Moreover…</description>
    </item>
    <item>
      <title>Building Modern apps using the Android Architecture Guidelines</title>
      <link>https://akshaychordiya.dev/articles/building-modern-apps-using-the-android-architecture-guidelines</link>
      <guid isPermaLink="true">https://akshaychordiya.dev/articles/building-modern-apps-using-the-android-architecture-guidelines</guid>
      <pubDate>Mon, 26 Feb 2018 12:00:00 GMT</pubDate>
      <description>In this article you’ll learn what are Android Architecture Guideline and how to use them to build modern Android apps with the help of architecture components.</description>
    </item>
    <item>
      <title>File template for RecyclerView Adapter in Kotlin</title>
      <link>https://akshaychordiya.dev/articles/file-template-for-recyclerview-adapter-in-kotlin</link>
      <guid isPermaLink="true">https://akshaychordiya.dev/articles/file-template-for-recyclerview-adapter-in-kotlin</guid>
      <pubDate>Thu, 1 Feb 2018 12:00:00 GMT</pubDate>
      <description>Android Studio is extremely powerful and has a lot of tricks under it’s sleeves which are waiting to be explored, one of which is File Templates.</description>
    </item>
    <item>
      <title>2017 year in a review: Android</title>
      <link>https://akshaychordiya.dev/articles/android2017-year-in-review</link>
      <guid isPermaLink="true">https://akshaychordiya.dev/articles/android2017-year-in-review</guid>
      <pubDate>Sun, 31 Dec 2017 12:00:00 GMT</pubDate>
      <description>2017 was an amazing year for Android. A lot of big announcements happened this year in Android from adding a new language support — Kotlin for happier Android Development to…</description>
    </item>
    <item>
      <title>Exploring Room Architecture component — The Extras</title>
      <link>https://akshaychordiya.dev/articles/exploring-room-architecture-component-the-extras</link>
      <guid isPermaLink="true">https://akshaychordiya.dev/articles/exploring-room-architecture-component-the-extras</guid>
      <pubDate>Sat, 9 Dec 2017 12:00:00 GMT</pubDate>
      <description>In this article we will be exploring “extras” aka extra features of Room library.</description>
    </item>
    <item>
      <title>Exploring Room Architecture component</title>
      <link>https://akshaychordiya.dev/articles/exploring-room-architecture-component</link>
      <guid isPermaLink="true">https://akshaychordiya.dev/articles/exploring-room-architecture-component</guid>
      <pubDate>Sun, 22 Oct 2017 12:00:00 GMT</pubDate>
      <description>In this article we will dive deep into Room component. In case you missed the previous articles or don’t know about architecture components then head on to my previous article…</description>
    </item>
  </channel>
</rss>
