Logo

dev-resources.site

for different kinds of informations.

Integrating requestly mobile debugger in PostBook App

Published at
6/10/2022
Categories
requestly
postbook
mobile
debugger
Author
samanvayarya
Author
12 person written this
samanvayarya
open
Integrating requestly mobile debugger in PostBook App

Hello Everyone, My name is Samanvay Arya and I am developing android applications for more than 1 year.
I recently came to know about a wonderful tool developed by 'requestly' named requestly mobile debugger.
I read about it and gather some information from the wonderful documentation given by requestly.
After reading and researching, I was excited to test it so, I created PostBook (a mobile App) which shows fake posts posted by fake users.

Picture of the application is attached to this post.

Image description
Image description

points to use in PostBook

  1. you can check the comments and also hide them with a single tap.

    1. App has edge case also covered like if you use it without internet then it will show retry message. Image description
    2. you can check the video for more details.

Steps for implementing requestly debugger in PostBook

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

**

Some screenshots of requestly analysis on the mobile phone.

**

Image description
Image description
Image description

Conclusion:-

requestly mobile debuggers is a brilliantly designed tool to help and reduce the work of a mobile app developer.

debugger Article's
30 articles in total
Favicon
A Comprehensive Guide to Debugging Go Code for Developers
Favicon
Top Java Debugging Tools for Efficient Application Development
Favicon
Mastering Debugging in C++: Techniques, Tools, and Best Practices for Developers
Favicon
Comprehensive Guide to Python Debugging Tools for Efficient Code Troubleshooting
Favicon
How to configure Delve (dlv) in VS Code
Favicon
Hover Console: Real-time JavaScript debugging directly on your webpage
Favicon
Debugging with breakpoints in ExUnit
Favicon
Precisamos falar sobre ipdb: Uma Jornada para um debugger mais Eficiente em Python
Favicon
Introduction to Debugging with React Developer Tools
Favicon
JavaScript Magic Tricks: Debugger Interception
Favicon
Streamlining Nodejs Error Debugging with Errsole Debugger: Node.js
Favicon
debugging in python for beginners
Favicon
Advance Free Debugger
Favicon
Setup ruby/debug with VSCode
Favicon
Integrating requestly mobile debugger in PostBook App
Favicon
HyperDbg: State-of-the-art native debugging tool
Favicon
Show properties of an object during the debug
Favicon
Debugging Swift in VS Code the old way
Favicon
Levelling up - 2: Use the debugger
Favicon
debug.gem blog: initial commit
Favicon
Become a Toolmaker
Favicon
3 steps to setup debugger for React Native app in WebStorm
Favicon
Kinx v0.19.3 Preview Released
Favicon
Debug Go with VIM
Favicon
Debugging As a Developer
Favicon
Ways to create a new Chrome instance without CORS [macOS]
Favicon
Stop Using Print and Die Statements
Favicon
Debugging Python applications (plus free cheat sheet)
Favicon
Dude, get a debugger!
Favicon
Introduction of LLDB

Featured ones: