<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>SudarshanTechLabs Blog: Data</title>
    <link>https://sudarshantechlabs.com/blog/tag/data</link>
    <description>Posts tagged Data from SudarshanTechLabs.</description>
    <language>en-us</language>
    <lastBuildDate>Tue, 02 Jun 2026 00:00:00 GMT</lastBuildDate>
    <atom:link href="https://sudarshantechlabs.com/blog/tag/data/feed.xml" rel="self" type="application/rss+xml" />
    <managingEditor>support@sudarshantechlabs.com (Sudarshan Chaudhari)</managingEditor>
    <webMaster>support@sudarshantechlabs.com (Sudarshan Chaudhari)</webMaster>
    <item>
      <title>Android Auto Backup and Data Restore: What Developers Must Know</title>
      <link>https://sudarshantechlabs.com/blog/android-data-backup</link>
      <guid isPermaLink="true">https://sudarshantechlabs.com/blog/android-data-backup</guid>
      <description>Android Auto Backup silently backs up your app&apos;s data. When users restore to a new device, they expect their data. Here&apos;s how to configure backup correctly, what gets included, what should be excluded, and how to handle restore gracefully. · 4 min read</description>
      <pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate>
      <category>Android</category>
      <category>Data</category>
      <category>Kotlin</category>
      <category>UX</category>
      <enclosure url="https://sudarshantechlabs.com/og-image.png" type="image/png" length="0"/>
    </item>
    <item>
      <title>Mastering Room Database in Production: 7 Battle-Tested Practices for Android Apps</title>
      <link>https://sudarshantechlabs.com/blog/room-database-best-practices-for-production-apps</link>
      <guid isPermaLink="true">https://sudarshantechlabs.com/blog/room-database-best-practices-for-production-apps</guid>
      <description>This post shares 7 critical Room Database practices I&apos;ve refined over 13 years of QA and building 22+ apps at SudarshanTechLabs. Focused on avoiding crashes, data loss, and performance pitfalls in production. · 3 min read</description>
      <pubDate>Wed, 20 May 2026 00:00:00 GMT</pubDate>
      <category>Android</category>
      <category>Kotlin</category>
      <category>Architecture</category>
      <category>Data</category>
      <enclosure url="https://sudarshantechlabs.com/og-image.png" type="image/png" length="0"/>
    </item>
    <item>
      <title>Advanced Room Database Patterns: Relations, FTS, and Type Converters</title>
      <link>https://sudarshantechlabs.com/blog/room-advanced-patterns</link>
      <guid isPermaLink="true">https://sudarshantechlabs.com/blog/room-advanced-patterns</guid>
      <description>Basic Room is straightforward. Relations between entities, full-text search, complex queries, and custom type converters are where most developers hit walls. Here&apos;s how to handle the advanced cases correctly. · 4 min read</description>
      <pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate>
      <category>Android</category>
      <category>Data</category>
      <category>Kotlin</category>
      <category>Architecture</category>
      <enclosure url="https://sudarshantechlabs.com/og-image.png" type="image/png" length="0"/>
    </item>
    <item>
      <title>Building Offline-First Android Apps: Architecture and Sync Strategies</title>
      <link>https://sudarshantechlabs.com/blog/android-offline-first</link>
      <guid isPermaLink="true">https://sudarshantechlabs.com/blog/android-offline-first</guid>
      <description>Offline-first means the app works without a network connection and syncs when one is available. It&apos;s the right architecture for most mobile apps but requires deliberate design. Here&apos;s how to build it with Room, WorkManager, and conflict resolution. · 4 min read</description>
      <pubDate>Sat, 28 Mar 2026 00:00:00 GMT</pubDate>
      <category>Android</category>
      <category>Architecture</category>
      <category>Data</category>
      <category>Kotlin</category>
      <enclosure url="https://sudarshantechlabs.com/og-image.png" type="image/png" length="0"/>
    </item>
    <item>
      <title>Testing Android Room Database: A Complete Guide with Kotlin</title>
      <link>https://sudarshantechlabs.com/blog/database-testing-android-room</link>
      <guid isPermaLink="true">https://sudarshantechlabs.com/blog/database-testing-android-room</guid>
      <description>Room database logic is often undertested because developers don&apos;t know where to start. Here&apos;s how to write comprehensive tests for DAOs, migrations, and complex queries using JUnit and Room&apos;s testing utilities. · 4 min read</description>
      <pubDate>Thu, 12 Mar 2026 00:00:00 GMT</pubDate>
      <category>Android</category>
      <category>Data</category>
      <category>Kotlin</category>
      <category>Testing</category>
      <enclosure url="https://sudarshantechlabs.com/og-image.png" type="image/png" length="0"/>
    </item>
  </channel>
</rss>