<?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: Samanvay-Arya</title>
    <description>The latest articles on DEV Community by Samanvay-Arya (@samanvayarya).</description>
    <link>https://dev.to/samanvayarya</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%2F875142%2F5156541b-9b9b-4640-888d-ae90b93f6d72.png</url>
      <title>DEV Community: Samanvay-Arya</title>
      <link>https://dev.to/samanvayarya</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/samanvayarya"/>
    <language>en</language>
    <item>
      <title>Integrating requestly mobile debugger in PostBook App</title>
      <dc:creator>Samanvay-Arya</dc:creator>
      <pubDate>Fri, 10 Jun 2022 09:29:27 +0000</pubDate>
      <link>https://dev.to/samanvayarya/integrating-requestly-mobile-debugger-in-postbook-app-35e8</link>
      <guid>https://dev.to/samanvayarya/integrating-requestly-mobile-debugger-in-postbook-app-35e8</guid>
      <description>&lt;p&gt;Hello Everyone, My name is Samanvay Arya and I am developing android applications for more than 1 year.&lt;br&gt;
I recently came to know about a wonderful tool developed by 'requestly' named &lt;a href="https://app.requestly.io/mobile-debugger"&gt;requestly mobile debugger&lt;/a&gt;.&lt;br&gt;
I read about it and gather some information from the wonderful &lt;a href="https://docs.requestly.io/"&gt;documentation&lt;/a&gt; given by requestly. &lt;br&gt;
After reading and researching, I was excited to test it so, I created &lt;em&gt;&lt;a href="https://github.com/Samanvay-Arya/requestly_SamanvayArya"&gt;PostBook&lt;/a&gt;&lt;/em&gt; (a mobile App) which shows fake posts posted by fake users. &lt;br&gt;
&lt;u&gt;&lt;/u&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Picture of the application is attached to this post.
&lt;/h2&gt;



&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--HETKlH1---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/9g9hef20mzv6u8ni341z.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--HETKlH1---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/9g9hef20mzv6u8ni341z.png" alt="Image description" width="880" height="1956"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s---0jLLT1U--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/73a9jgu6mkmxnkc3ggfm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s---0jLLT1U--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/73a9jgu6mkmxnkc3ggfm.png" alt="Image description" width="880" height="1956"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;points to use in PostBook&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;you can check the comments and also hide them with a single tap.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;App has edge case also covered like if you use it without internet then it will show retry message.
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ieRmFPSI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/oubn0zdeq5nqabxlqtb7.png" alt="Image description" width="880" height="1956"&gt;
&lt;/li&gt;
&lt;li&gt;you can check the &lt;a href="https://youtu.be/iBCby-n3JBY"&gt;video&lt;/a&gt; for more details.&lt;/li&gt;
&lt;/ol&gt;


&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;u&gt;&lt;/u&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Steps for implementing &lt;em&gt;requestly debugger&lt;/em&gt; in &lt;em&gt;PostBook&lt;/em&gt;
&lt;/h2&gt;



&lt;ol&gt;
&lt;li&gt;go to app.requestly.io&lt;/li&gt;
&lt;li&gt;select mobile debugger on the window.&lt;/li&gt;
&lt;li&gt;create a new app and generate an SDK key for your app.&lt;/li&gt;
&lt;li&gt;you will be given 5 lines of code. paste the first two lines in your build. gradle file of the android app.&lt;/li&gt;
&lt;li&gt;paste the rest of the 3 lines to the activity where you have called the API.&lt;/li&gt;
&lt;li&gt;Now run the app and copy the deviceId given in the notification on the mobile and paste that on the requestly panel.&lt;/li&gt;
&lt;li&gt;Now you can see the API information on both websites and on your mobile phone as well.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;**&lt;/p&gt;

&lt;h2&gt;
  
  
  Some screenshots of &lt;strong&gt;requestly&lt;/strong&gt; analysis on the mobile phone.
&lt;/h2&gt;

&lt;p&gt;**&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--zVGU2-hC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/8ebbhebw2h6rbsu5w2kc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--zVGU2-hC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/8ebbhebw2h6rbsu5w2kc.png" alt="Image description" width="880" height="1956"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--stLmQf7Q--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/9a0rqwc4mn4y1n893wq3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--stLmQf7Q--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/9a0rqwc4mn4y1n893wq3.png" alt="Image description" width="880" height="1956"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--yM0FOst9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5xk2q77aci5mwgwclb01.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--yM0FOst9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5xk2q77aci5mwgwclb01.png" alt="Image description" width="880" height="1956"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;u&gt;&lt;/u&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;em&gt;Conclusion:-&lt;/em&gt;
&lt;/h2&gt;

&lt;p&gt; &lt;em&gt;&lt;a href="https://app.requestly.io/mobile-debugger"&gt;requestly mobile debuggers&lt;/a&gt;&lt;/em&gt; is a brilliantly designed tool to help and reduce the work of a mobile app developer.&lt;/p&gt;

</description>
      <category>requestly</category>
      <category>postbook</category>
      <category>mobile</category>
      <category>debugger</category>
    </item>
  </channel>
</rss>
