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 8166029
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T19:43:17+00:00 2026-06-06T19:43:17+00:00

Hi i am working on web service application in android.i need a class that

  • 0

Hi i am working on web service application in android.i need a class that handle all exceptions and send receive json data using URL with parameters.please help me any one with good example.

  • 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-06-06T19:43:19+00:00Added an answer on June 6, 2026 at 7:43 pm

    Here’s a snippet from a helper class I wrote to send data via POST.

    List<NameValuePair> params = new ArrayList<NameValuePair>();
    
    params.add(new BasicNameValuePair("param1", param1));
    params.add(new BasicNameValuePair("param2", param2));
    
    DefaultHttpClient httpClient = new DefaultHttpClient();
    HttpPost httpPost = new HttpPost("http://www.blabla.com/posterome");
    httpPost.setEntity(new UrlEncodedFormEntity(params));
    

    And to get the response…

    HttpResponse httpResponse = httpClient.execute(httpPost);
    

    Classes used in this snippet are in org.apache.http.* package.

    As for JSON, JSONObject will suffice.
    There are examples on how to use it properly everywhere on the web. Just google it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working towards an android application. I need to use a web service.
I'm working an application that periodically fetch data from a web service. The problem
I am working on a WP7 application that retrieves data from a web service.
I am working on a Java Web Application that exposes a web service. This
I am working on android application where i will receive a lot of data
I'm working with a legacy WebLogic application that contains a web-service application and a
I'm working on an application that reaches out to a web service. I'd like
I am working on an application that uses a private web service. We currently
i am working on a spring 3 web service application and on it i
Im working on a Web-Application (MyWebApp). I have a Service-Reference to a WCF-Webservice. The

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.