<?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: davidjeba</title>
    <description>The latest articles on DEV Community by davidjeba (@davidjeba).</description>
    <link>https://dev.to/davidjeba</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%2F779457%2F5cf66cf9-75e8-4103-a70c-25b13cdc0be8.png</url>
      <title>DEV Community: davidjeba</title>
      <link>https://dev.to/davidjeba</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/davidjeba"/>
    <language>en</language>
    <item>
      <title>Building apps based on ChatML</title>
      <dc:creator>davidjeba</dc:creator>
      <pubDate>Tue, 17 May 2022 14:30:22 +0000</pubDate>
      <link>https://dev.to/davidjeba/building-apps-based-on-chatml-436k</link>
      <guid>https://dev.to/davidjeba/building-apps-based-on-chatml-436k</guid>
      <description>&lt;p&gt;Im developing an app in flutter.&lt;br&gt;
The app has around 100 screens.&lt;br&gt;
1 Client liked it, 2nd client wants to change the layout, 10th client wants to change the layout&lt;/p&gt;

&lt;p&gt;Then i came to a stop, i cant keep changing screens for every client.&lt;/p&gt;

&lt;p&gt;Then came the idea, what if i create an app which works like a guided chatbot?&lt;/p&gt;

&lt;p&gt;The app has a homescreen with 3x3 icons&lt;br&gt;
each icons load a URL in webview?&lt;/p&gt;

&lt;p&gt;Webview? is supported in app development&lt;br&gt;
but not in a chatbot?&lt;/p&gt;

&lt;p&gt;Why not? Thats why im here...&lt;br&gt;
Why cant a Chatbot loadup a URL based on some Click/Intent?&lt;br&gt;
eg: Click -&amp;gt; load url {domain.com/page}&lt;/p&gt;

&lt;p&gt;and going further? why cant a chatbot load a specific content from a URL? &lt;br&gt;
eg: Click -&amp;gt; load url {domain.com/page "shortcodeid"}&lt;/p&gt;

&lt;p&gt;there are other options as a solution for this, &lt;br&gt;
im requesting a feature in dialogflow to have an option load URL and a widget/shortcode/div fragment of a page to be loaded in the app&lt;/p&gt;

&lt;p&gt;Security: Yes, the app should not load external domain URL, but only the pages that are embedded in the app&lt;/p&gt;

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