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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T20:11:53+00:00 2026-05-24T20:11:53+00:00

I would like my application to send/receive requests from a LOCAL server, my laptop

  • 0

I would like my application to send/receive requests from a LOCAL server, my laptop for instance. Can anyone provide me with the necessary steps I need to follow in order to understand how this can work with an Android application?

Here is an example. Let’s assume my application wants to compute “1+1” however it doesn’t know whether or not 1+1 is equal to 2. The only way to get around this issue is to send a request which is basically the algebraic expression(1+1) and the answer(equal to 2) to the server which will check the answer from a file that it has to read and send back to the application a message stating whether or not the answer is correct.

  • 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-24T20:11:55+00:00Added an answer on May 24, 2026 at 8:11 pm

    I’ve been using Android Query to make http get/post requests and it works pretty good:

    
    
    String url = "http://10.0.2.2/add/1/1";        
    aq.ajax(url, JSONObject.class, new AjaxCallback() {
    
      @Override
      public void callback(String url, JSONObject json, AjaxStatus status) {
    
        if(json != null){                              
          //successful ajax call, show status code and json content
          Toast.makeText(aq.getContext(), "result: " + json.toString(), Toast.LENGTH_LONG).show();                    
        }else{                             
          //ajax error, show error code
          Toast.makeText(aq.getContext(), "Error:" + status.getCode(), Toast.LENGTH_LONG).show();
         }
      }
    });
    
    

    You can also chose html/xml/byte as response type.

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

Sidebar

Related Questions

I'm using a Rails application and would like to send/receive text messages through my
I would like to send and receive OpenSoundControl in an AIR application, on the
I would like to develop an application that will receive pictures from a camera
I'm working on a VB6 application and I would like to send a Type
I can send binary data from a Restlet Client like so Representation representation =
I have a WSDL published on an application server somewhere. I would like to
im writing a file transfer application to send and receive a large data like
I would like to send JSON post request to rails 3 server. I have
I would like to create a server/client application where one iphone is running a
I would like my two applications to be able to send strings to each

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.