index.xml 1.3 KB

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  3. <channel>
  4. <title>Posts on codeskraps</title>
  5. <link>https://codeskraps.com/posts/</link>
  6. <description>Recent content in Posts on codeskraps</description>
  7. <generator>Hugo</generator>
  8. <language>en-us</language>
  9. <managingEditor>me@codeskraps.com (codeskraps)</managingEditor>
  10. <webMaster>me@codeskraps.com (codeskraps)</webMaster>
  11. <lastBuildDate>Fri, 27 Sep 2024 13:45:09 +0200</lastBuildDate>
  12. <atom:link href="https://codeskraps.com/posts/index.xml" rel="self" type="application/rss+xml" />
  13. <item>
  14. <title>Simplifying MVI Architecture</title>
  15. <link>https://codeskraps.com/posts/mvi_architecture/</link>
  16. <pubDate>Fri, 27 Sep 2024 13:45:09 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
  17. <guid>https://codeskraps.com/posts/mvi_architecture/</guid>
  18. <description>&lt;p&gt;Model-View-Intent (MVI) is a powerful architectural pattern for building user interfaces, especially in Android development. In this post, we&amp;rsquo;ll explore a helper class that simplifies the implementation of MVI, making it easier to manage state, handle user intents, and emit actions in your application.&lt;/p&gt;</description>
  19. </item>
  20. </channel>
  21. </rss>