<?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: Vishal Tailor</title>
    <description>The latest articles on DEV Community by Vishal Tailor (@vishaltailor).</description>
    <link>https://dev.to/vishaltailor</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%2F781823%2F7e23b23b-d6f8-4a5f-bac2-3f70302a416d.png</url>
      <title>DEV Community: Vishal Tailor</title>
      <link>https://dev.to/vishaltailor</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vishaltailor"/>
    <language>en</language>
    <item>
      <title>Make a wallpaper app [react-native]</title>
      <dc:creator>Vishal Tailor</dc:creator>
      <pubDate>Tue, 28 Dec 2021 11:10:35 +0000</pubDate>
      <link>https://dev.to/vishaltailor/make-a-wallpaper-app-react-native-35d3</link>
      <guid>https://dev.to/vishaltailor/make-a-wallpaper-app-react-native-35d3</guid>
      <description>&lt;h3&gt;
  
  
  Intro
&lt;/h3&gt;

&lt;p&gt;In Nov 2020, I release the first version of an android wallpaper application called ‘Adorn’ which is written in java. Today I am changing the stacks! After almost one year it's like I don’t know how to develop native android apps😂 (maybe I have to revise when I will work on it again 😅). I have re-released this app as an open-source project which is now built with react-native and have to say that it’s a really good option to build an app with react-native which doesn’t include many core functionalities of android or ios.&lt;/p&gt;

&lt;h3&gt;
  
  
  About the App
&lt;/h3&gt;

&lt;p&gt;this app has a unique UI (Design inspiration taken from &lt;a href="https://dribbble.com/shots/7074294-Wallpaper-App?utm_source=Clipboard_Shot&amp;amp;utm_campaign=olefir&amp;amp;utm_content=Wallpaper%20App&amp;amp;utm_medium=Social_Share&amp;amp;utm_source=Clipboard_Shot&amp;amp;utm_campaign=olefir&amp;amp;utm_content=Wallpaper%20App&amp;amp;utm_medium=Social_Share"&gt;this dribble shot&lt;/a&gt;). On the home page, You will find three sections- Newest, Categories, Popular now. Scroll through the walls, find your choice, tap &amp;amp; set the wall or go through categories! Also, there is a favorites page where you find all your liked wallpapers.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.adorn"&gt;Click here&lt;/a&gt; to checkout the app😃.&lt;/p&gt;

&lt;h3&gt;
  
  
  For the devs👨‍💻 around
&lt;/h3&gt;

&lt;p&gt;Talking more about app development things, this includes the use of firebase authentication (Google Sign in), firestore, and firebase storage. For the state management, I have used redux-toolkit (it may be possible without redux also, I just use it to try out redux-toolkit😄). To set the wallpaper I have created a native module for android devices. This app also shows the use case of list-reordering animation in react-native through the use of the react-spring library.&lt;/p&gt;

&lt;h3&gt;
  
  
  Admin Panel
&lt;/h3&gt;

&lt;p&gt;To add wallpaper and categories there is an admin panel built with react-js. As of now it only includes adding functionality. Maybe in the future, I will work on edit and delete functionalities as well.&lt;/p&gt;

&lt;h3&gt;
  
  
  Source code
&lt;/h3&gt;

&lt;p&gt;As a learning purpose of react-native and to improve previous app which is written in java, I worked on this app again. As a beginner or who wants to create a wallpaper app, it’s your chance to go &amp;amp; code!&lt;/p&gt;

&lt;p&gt;Here are the links to the source code:&lt;/p&gt;

&lt;p&gt;Adorn app:&lt;br&gt;
&lt;a href="https://github.com/vishaltailors/Adorn-RN"&gt;https://github.com/vishaltailors/Adorn-RN&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Adorn admin-panel:&lt;br&gt;
&lt;a href="https://github.com/vishaltailors/Adorn-Admin-RN"&gt;https://github.com/vishaltailors/Adorn-Admin-RN&lt;/a&gt;&lt;/p&gt;

</description>
      <category>reactnative</category>
      <category>react</category>
      <category>firebase</category>
      <category>android</category>
    </item>
  </channel>
</rss>
