<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Krishna</title>
    <description>The latest articles on DEV Community by Krishna (@kgdobariya).</description>
    <link>https://dev.to/kgdobariya</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F808486%2Fdaed4b11-6ee0-4935-894d-fe1fa72c6e34.png</url>
      <title>DEV Community: Krishna</title>
      <link>https://dev.to/kgdobariya</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kgdobariya"/>
    <language>en</language>
    <item>
      <title>Animations in Jetpack Compose with examples</title>
      <dc:creator>Krishna</dc:creator>
      <pubDate>Thu, 03 Feb 2022 07:14:17 +0000</pubDate>
      <link>https://dev.to/kgdobariya/animations-in-jetpack-compose-with-examples-114l</link>
      <guid>https://dev.to/kgdobariya/animations-in-jetpack-compose-with-examples-114l</guid>
      <description>&lt;p&gt;Today, I will share how to implement animations using Jetpack Compose. This post consists of 4 animations.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Stepper animation — Card that will flip right or left depending on where you tap.&lt;/li&gt;
&lt;li&gt;Heart animation — Heart jumping animation with shadow.&lt;/li&gt;
&lt;li&gt;Progress animation — Standard progress animations with 3 dots.&lt;/li&gt;
&lt;li&gt;Wave animation — Recording button with infinite waves.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Final result will look like this.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--av3diSDA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/c5iiqdpmuqlvf7pfrsfa.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--av3diSDA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/c5iiqdpmuqlvf7pfrsfa.gif" alt="Image description" width="600" height="1267"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can find full article &lt;a href="https://blog.canopas.com/animations-in-jetpack-compose-with-examples-48307ba9dff1"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;For source code, &lt;a href="https://github.com/canopas/Jetpack-compose-animations-examples"&gt;click here&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>android</category>
      <category>kotlin</category>
      <category>beginners</category>
      <category>jetpackcompose</category>
    </item>
  </channel>
</rss>
