<?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: Dilip Suthar</title>
    <description>The latest articles on DEV Community by Dilip Suthar (@dilipsuthar97).</description>
    <link>https://dev.to/dilipsuthar97</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%2F390844%2Fdc16e330-3b63-4ae3-b91c-c50c97be4a59.jpeg</url>
      <title>DEV Community: Dilip Suthar</title>
      <link>https://dev.to/dilipsuthar97</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dilipsuthar97"/>
    <language>en</language>
    <item>
      <title>react-native-tasty-toast</title>
      <dc:creator>Dilip Suthar</dc:creator>
      <pubDate>Mon, 25 May 2020 15:29:38 +0000</pubDate>
      <link>https://dev.to/dilipsuthar97/react-native-tasty-toast-1d8g</link>
      <guid>https://dev.to/dilipsuthar97/react-native-tasty-toast-1d8g</guid>
      <description>&lt;h1&gt;
&lt;br&gt;
&lt;b&gt;react-native-tasty-toast&lt;/b&gt;

&lt;/h1&gt;
&lt;p&gt;🍞 Make your native android Toasts Tasty&lt;/p&gt;

&lt;p&gt;Support us with a star 🌟&lt;/p&gt;


&lt;p&gt;&lt;br&gt;
  &lt;a href="https://github.com/dilipsuthar97/react-native-tasty-toast/releases"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--bWAJynst--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/github/v/release/dilipsuthar97/react-native-tasty-toast%3Finclude_prereleases"&gt;&lt;/a&gt;&lt;br&gt;
  &lt;a href="https://www.npmjs.com/package/react-native-tasty-toast"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ruOKmObg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/npm/v/react-native-tasty-toast"&gt;&lt;/a&gt;&lt;br&gt;
  &lt;a href="https://github.com/dilipsuthar97/react-native-tasty-toast#License"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--kr7GucHw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/github/license/dilipsuthar97/react-native-tasty-toast"&gt;&lt;/a&gt;&lt;br&gt;
  &lt;a href=""&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--KJNu7-Rb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/status-online-brightgreen.svg"&gt;&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;This library is a wrapper around native &lt;a href="https://github.com/yadav-rahul/TastyToast"&gt;TastyToast&lt;/a&gt; Android library&lt;/p&gt;

&lt;h2&gt;
  
  
  📖 Getting started
&lt;/h2&gt;

&lt;p&gt;&lt;code&gt;$ npm install react-native-tasty-toast --save&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;code&gt;$ yarn add react-native-tasty-toast&lt;/code&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Linking (Mostly automatic installation)
&lt;/h3&gt;

&lt;h4&gt;
  
  
  ReactNative &amp;lt; 0.60
&lt;/h4&gt;

&lt;p&gt;&lt;code&gt;$ react-native link react-native-tasty-toast&lt;/code&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  💻 Usage
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Only for Android
&lt;/h3&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="k"&gt;import&lt;/span&gt; &lt;span class="nx"&gt;TastyToast&lt;/span&gt; &lt;span class="k"&gt;from&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;react-native-tasty-toast&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;





&lt;div class="highlight"&gt;&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="nx"&gt;TastyToast&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;show&lt;/span&gt;&lt;span class="p"&gt;({&lt;/span&gt;
    &lt;span class="na"&gt;message&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;My Toast&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="na"&gt;length&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;TastyToast&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;LENGTH_LONG&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="na"&gt;type&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;TastyToast&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;SUCCESS&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
&lt;span class="p"&gt;});&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;





&lt;div class="highlight"&gt;&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="nx"&gt;TastyToast&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;cancel&lt;/span&gt;&lt;span class="p"&gt;();&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;h2&gt;
  
  
  💡 Props
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Key&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Default&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;message&lt;/td&gt;
&lt;td&gt;string&lt;/td&gt;
&lt;td&gt;required&lt;/td&gt;
&lt;td&gt;The message to display&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;length&lt;/td&gt;
&lt;td&gt;number&lt;/td&gt;
&lt;td&gt;TastyToast.LENGTH_SHORT&lt;/td&gt;
&lt;td&gt;How long to display message&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;type&lt;/td&gt;
&lt;td&gt;number&lt;/td&gt;
&lt;td&gt;TastyToast.DEFAULT&lt;/td&gt;
&lt;td&gt;Type of the toast you want to display&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Where &lt;code&gt;length&lt;/code&gt; is:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;TastyToast.LENGTH_SHORT&lt;/li&gt;
&lt;li&gt;TastyToast.LENGTH_LONG&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Where &lt;code&gt;type&lt;/code&gt; is:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;TastyToast.DEFAULT&lt;/li&gt;
&lt;li&gt;TastyToast.SUCCESS&lt;/li&gt;
&lt;li&gt;TastyToast.WARNING&lt;/li&gt;
&lt;li&gt;TastyToast.ERROR&lt;/li&gt;
&lt;li&gt;TastyToast.INFO&lt;/li&gt;
&lt;li&gt;TastyToast.CONFUSING&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  ✨ Credits
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt; Android: &lt;a href="https://github.com/yadav-rahul/TastyToast"&gt;yadav-rahul/TastyToast&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  💫 Where is this library used?
&lt;/h2&gt;

&lt;p&gt;If you are using this library in one of your projects, add it in this list below. ✨&lt;/p&gt;

&lt;h2&gt;
  
  
  💪 Support Development
&lt;/h2&gt;

&lt;p&gt;There are few ways you can do it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt; Starring and sharing the projects you like 🚀&lt;/li&gt;
&lt;li&gt; Please follow &lt;a href="https://github.com/dilipsuthar97"&gt;dilipsuthar97&lt;/a&gt; on GitHub.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://www.buymeacoffee.com/dilipsuthar97"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--kziPr3-e--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee ☕"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks! ❤️&lt;br&gt;
&lt;br&gt;&lt;br&gt;
&lt;a href="https://dilipsuthar97.github.io"&gt;dilipsuthar97.github.io&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  📱 Social
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://twitter.com/dilipsuthar97"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--kvZUFAGV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/twitter/follow/dilipsuthar97%3Flabel%3DFollow%26style%3Dsocial" alt="Twitter"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Zf4iV_HT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/github/followers/dilipsuthar97%3Flabel%3DFollow%26style%3Dsocial" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Zf4iV_HT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/github/followers/dilipsuthar97%3Flabel%3DFollow%26style%3Dsocial" alt="GitHub"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  📜 License
&lt;/h2&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Copyright 2020 Dilip Suthar (dilipsuthar97)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



</description>
      <category>reactnative</category>
      <category>android</category>
      <category>toast</category>
      <category>dev</category>
    </item>
    <item>
      <title>MaterialColor -a color code app</title>
      <dc:creator>Dilip Suthar</dc:creator>
      <pubDate>Wed, 20 May 2020 16:49:52 +0000</pubDate>
      <link>https://dev.to/dilipsuthar97/materialcolor-a-color-code-app-enk</link>
      <guid>https://dev.to/dilipsuthar97/materialcolor-a-color-code-app-enk</guid>
      <description>&lt;h2&gt;
  
  
  &lt;strong&gt;MaterialColor&lt;/strong&gt;
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Demo SS
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://github.com/dilipsuthar97/MaterialColor/blob/master/README.md"&gt;https://github.com/dilipsuthar97/MaterialColor/blob/master/README.md&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Code Link
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://github.com/dilipsuthar97/MaterialColor"&gt;https://github.com/dilipsuthar97/MaterialColor&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  How I built it
&lt;/h3&gt;

&lt;p&gt;I built this project for the Android platform using Android Studio and I used Kotlin programming language to build this project.&lt;br&gt;
I pushed this project on GitHub as open-source so, that anyone can contribute to this project.&lt;/p&gt;

&lt;p&gt;This is a color palette app for web/mobile developers and designers to get their required color code on the go.&lt;br&gt;
MaterialColor Palette is an all in one toolbox for developers especially web-developers.&lt;/p&gt;

&lt;h3&gt;
  
  
  Features
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Explore pure Material Code with their different shades&lt;/li&gt;
&lt;li&gt;Explore a rich set of gradients&lt;/li&gt;
&lt;li&gt;Extract color from images&lt;/li&gt;
&lt;li&gt;Bookmark your favorite color&lt;/li&gt;
&lt;li&gt;Make custom color using the color tool&lt;/li&gt;
&lt;li&gt;Make a custom gradient using the gradient tool&lt;/li&gt;
&lt;li&gt;Material design tool (beta)&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>android</category>
      <category>kotlin</category>
      <category>materialcolor</category>
      <category>developers</category>
    </item>
    <item>
      <title>WallBox -a photo app</title>
      <dc:creator>Dilip Suthar</dc:creator>
      <pubDate>Wed, 20 May 2020 16:33:37 +0000</pubDate>
      <link>https://dev.to/dilipsuthar97/wallbox-a-wallpaper-app-4ndg</link>
      <guid>https://dev.to/dilipsuthar97/wallbox-a-wallpaper-app-4ndg</guid>
      <description>&lt;h2&gt;
  
  
  &lt;strong&gt;WallBox&lt;/strong&gt;
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Demo SS
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://github.com/dilipsuthar97/WallBox/blob/search_using_searchActivity/README.md"&gt;https://github.com/dilipsuthar97/WallBox/blob/search_using_searchActivity/README.md&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Code Link
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://github.com/dilipsuthar97/WallBox"&gt;https://github.com/dilipsuthar97/WallBox&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  How I built it
&lt;/h3&gt;

&lt;p&gt;I built this project for the Android platform using Android Studio and I used Kotlin programming language to build this project.&lt;br&gt;
I pushed this project on GitHub as open-source so, that anyone can contribute to this project.&lt;/p&gt;

&lt;p&gt;This app is a wallpaper app made using Unsplash API. In this user can explore thousands of HD photos, download and set photos to their device home screen wallpaper. Users can search for photos, collections and explore other user's profiles from Unsplash.&lt;/p&gt;

&lt;h3&gt;
  
  
  Features
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Explore Photos&lt;/li&gt;
&lt;li&gt;Explore Collections&lt;/li&gt;
&lt;li&gt;Explore other user's profile&lt;/li&gt;
&lt;li&gt;Share profile&lt;/li&gt;
&lt;li&gt;Explore user's photos, collections&lt;/li&gt;
&lt;li&gt;Search for photos, collections, and user profiles&lt;/li&gt;
&lt;li&gt;Search by voice&lt;/li&gt;
&lt;li&gt;Download photos in different resolutions&lt;/li&gt;
&lt;li&gt;Set photos to their home screen wallpaper&lt;/li&gt;
&lt;li&gt;Sign in to their profile&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>octograd2020</category>
      <category>kotlin</category>
      <category>android</category>
    </item>
  </channel>
</rss>
