<?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: reactjslearner</title>
    <description>The latest articles on DEV Community by reactjslearner (@reactjslearner).</description>
    <link>https://dev.to/reactjslearner</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%2F376185%2F28f42c30-c8b2-4ed7-ab5d-846eda48f9fc.png</url>
      <title>DEV Community: reactjslearner</title>
      <link>https://dev.to/reactjslearner</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/reactjslearner"/>
    <language>en</language>
    <item>
      <title>JS, HTML code integration in one of the navigation pages in android app code</title>
      <dc:creator>reactjslearner</dc:creator>
      <pubDate>Wed, 29 Apr 2020 14:44:49 +0000</pubDate>
      <link>https://dev.to/reactjslearner/js-html-code-integration-in-one-of-the-navigation-pages-in-android-app-code-1mdi</link>
      <guid>https://dev.to/reactjslearner/js-html-code-integration-in-one-of-the-navigation-pages-in-android-app-code-1mdi</guid>
      <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I have an android application developed which is basically a virtual try on for jewelry.&lt;/p&gt;

&lt;p&gt;Till now the tech stack i used is react-native and for the main logic implementation used python whereas java acts as controller between react native and python.&lt;/p&gt;

&lt;p&gt;But now the challenge is for appending the jewelry i used to record a video and store it in local drive so that python would process that and will return video again with appended earring.&lt;/p&gt;

&lt;p&gt;Now i came to know about this JAVASCRIPT implementation of FACE LANDMARKS DETECTION(Github link:&lt;a href="https://github.com/WebDevSimplified/Face-Detection-JavaScript"&gt;https://github.com/WebDevSimplified/Face-Detection-JavaScript&lt;/a&gt;), where it will&lt;br&gt;
stream a live video and i modified the code accordingly so that it will append the earring to the live video canvas.&lt;/p&gt;

&lt;p&gt;The problem i am facing is as a fresher to front end, i am not getting how to integrate the above mentioned js project in my current android application.&lt;/p&gt;

&lt;p&gt;I tried creating new java script file and pasted the code in the above mentioned project and gave this page as navigation....but haven't succeeded.&lt;/p&gt;

&lt;p&gt;I am looking for the help where i could integrate the java script files and html files after some particular screen in my android project.&lt;/p&gt;

&lt;p&gt;Thanks in advance.&lt;/p&gt;

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