<?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: Arushi Agarwal</title>
    <description>The latest articles on DEV Community by Arushi Agarwal (@arushi_agarwal_b3d6ad72ed).</description>
    <link>https://dev.to/arushi_agarwal_b3d6ad72ed</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%2F3710038%2F047b0d83-046e-4abe-a590-d0eb18473afa.png</url>
      <title>DEV Community: Arushi Agarwal</title>
      <link>https://dev.to/arushi_agarwal_b3d6ad72ed</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/arushi_agarwal_b3d6ad72ed"/>
    <language>en</language>
    <item>
      <title>How can we trigger toast for 8 seconds using car-ui-lib</title>
      <dc:creator>Arushi Agarwal</dc:creator>
      <pubDate>Wed, 14 Jan 2026 03:09:56 +0000</pubDate>
      <link>https://dev.to/arushi_agarwal_b3d6ad72ed/how-can-we-trigger-toast-for-8-seconds-using-car-ui-lib-2b0j</link>
      <guid>https://dev.to/arushi_agarwal_b3d6ad72ed/how-can-we-trigger-toast-for-8-seconds-using-car-ui-lib-2b0j</guid>
      <description>&lt;p&gt;Hi, I am working on Android Automotive OS and I wanted to display toast with duration 8 seconds using the document &lt;a href="https://developer.android.com/design/ui/cars/guides/components/toast" rel="noopener noreferrer"&gt;https://developer.android.com/design/ui/cars/guides/components/toast&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I have few questions:&lt;br&gt;
1-) Where is the 8 seconds duration limit is defined?&lt;br&gt;
2-) Do we need to only add car-ui-lib into third party apps and trigger the toast using - Toast.makeText() and it will trigger toast from car-ui-lib with duration 8 seconds?&lt;br&gt;
3-)What is CarToast? Do we need to trigger toast using CarToast instead of Toast.makeText()?&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Android Automotive: car-ui-lib integrated but toast still doesn't show duration 8 seconds</title>
      <dc:creator>Arushi Agarwal</dc:creator>
      <pubDate>Wed, 14 Jan 2026 02:25:41 +0000</pubDate>
      <link>https://dev.to/arushi_agarwal_b3d6ad72ed/android-automotive-car-ui-lib-integrated-but-toast-still-doesnt-show-duration-8-seconds-2ija</link>
      <guid>https://dev.to/arushi_agarwal_b3d6ad72ed/android-automotive-car-ui-lib-integrated-but-toast-still-doesnt-show-duration-8-seconds-2ija</guid>
      <description>&lt;div class="ltag__stackexchange--container"&gt;
  &lt;div class="ltag__stackexchange--title-container"&gt;
    
      &lt;div class="ltag__stackexchange--title"&gt;
        &lt;div class="ltag__stackexchange--header"&gt;
          &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fstackoverflow-logo-b42691ae545e4810b105ee957979a853a696085e67e43ee14c5699cf3e890fb4.svg" alt=""&gt;
          &lt;a href="https://stackoverflow.com/questions/79866797/android-automotive-car-ui-lib-integrated-but-toast-still-shows-as-systemuitoast" rel="noopener noreferrer"&gt;
            Android Automotive: car-ui-lib integrated but toast still shows as SystemUIToast
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="ltag__stackexchange--post-metadata"&gt;
          &lt;span&gt;Jan 13 '26&lt;/span&gt;
            &lt;span&gt;Comments: 2&lt;/span&gt;
            &lt;span&gt;Answers: 0&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;a class="ltag__stackexchange--score-container" href="https://stackoverflow.com/questions/79866797/android-automotive-car-ui-lib-integrated-but-toast-still-shows-as-systemuitoast" rel="noopener noreferrer"&gt;
        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fstackexchange-arrow-up-eff2e2849e67d156181d258e38802c0b57fa011f74164a7f97675ca3b6ab756b.svg" alt=""&gt;
        &lt;div class="ltag__stackexchange--score-number"&gt;
          0
        &lt;/div&gt;
        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fstackexchange-arrow-down-4349fac0dd932d284fab7e4dd9846f19a3710558efde0d2dfd05897f3eeb9aba.svg" alt=""&gt;
      &lt;/a&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--body"&gt;
    
&lt;p&gt;I am working on Android Automotive (AAOS) and integrated car-ui-lib into SystemUI by following the official documentation:&lt;br&gt;
&lt;a href="https://developer.android.com/design/ui/cars/guides/components/toast" rel="nofollow noreferrer noopener"&gt;https://developer.android.com/design/ui/cars/guides/components/toast&lt;/a&gt;&lt;br&gt;
&lt;a href="https://source.android.com/docs/automotive/hmi/car_ui/integrate" rel="nofollow noreferrer noopener"&gt;https://source.android.com/docs/automotive/hmi/car_ui/integrate&lt;/a&gt;&lt;br&gt;
However, when I trigger a toast using Toast.makeText(), it is still rendered as a Platform/SystemUI toast (SystemUIToast). The toast duration is not ~8 seconds, and I do not see a toast…&lt;/p&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--btn--container"&gt;
    &lt;a href="https://stackoverflow.com/questions/79866797/android-automotive-car-ui-lib-integrated-but-toast-still-shows-as-systemuitoast" class="ltag__stackexchange--btn" rel="noopener noreferrer"&gt;Open Full Question&lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
  </channel>
</rss>
