Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6645053
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T00:14:21+00:00 2026-05-26T00:14:21+00:00

my app sends a POST request to a server and gets a response using

  • 0

my app sends a POST request to a server and gets a response using JSON format.

Sometimes my JSON response is “null” (if the request goes in time out).
In that case I need to notify the user about the timeout (dialog or toast) and avoid the app to crash.

How do I handle correctly the JSONException and avoid the app crash?

Thank you!
Marco

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T00:14:22+00:00Added an answer on May 26, 2026 at 12:14 am

    to avoid the crach of your app while parsing your json , try this :

    if (jsonResponse == null) {
           // notify user
    } else {
          try {
             // parse json here.
          } catch (JSONException e) {
            Toast.makeText(this,"Error on the response", 3000).show();
          }
    
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my app, I have send some Request to server using POST Method and
I've got a web app that sends out emails in response to a user-initaited
My iPhone app sends a message to a server via HTTP post. I would
I need an app that sends an UDP packet to some network server and
i have an app that sends out email but i have to only send
I'm building REST web app and my server side Java code expects request body
This is more to understand the request-response mechanism in web apps. A client sends
I've got an iPhone App that is supposed to send POST data to my
My app sends lots and lots of data to SAP. To di this, it
I have an app that sends multiple Ajax requests simultaneously. I was originally running

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.