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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T11:19:37+00:00 2026-06-07T11:19:37+00:00

I made application in ASP.NET MVC3 and I want to connect application with Android.

  • 0

I made application in ASP.NET MVC3 and I want to connect application with Android.
So first step is to make Web Service, that will communicate with Android.
But I’m new in this area and I don’t know how to start.
Does anyone have some tutorial for making Web Service for ASP.NET MVC3 application?
Also I need instructions for connecting Android with that Web Service?

  • 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-07T11:19:40+00:00Added an answer on June 7, 2026 at 11:19 am

    You really have two questions here, and unfortunately the Android one is a little too broad to answer quickly. So… let’s tackle your first question.

    In MVC it is pretty easy to create a simple web service. Create a controller and return JSON from it:

    public class PersonController: Controller{
    
       public JsonResult Index(){
          var personList = GetFromDB();
    
          return Json(personList, JsonRequestBehavior.AllowGet);
       }
    
       [HttpPost, ActionName("Index")]
       public JsonResult CreatePerson(Person newPerson){
          var insertedPerson = InsertIntoDB(newPerson);
    
          return Json(insertedPerson);
       }
    
    }
    

    Now, with the default routing in place you can simply call those methods with the following URL, and the appropriate HTTP Verb.

    http://www.mydomain.com/person
    

    However, it may be worth mentioning this is far easier to do using ASP.Net WebAPI.

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

Sidebar

Related Questions

I've got an ASP.NET web application, that is essentially our intranet site. I made
I have an ASP.NET application that's made up of several .aspx pages. I want
i have made an application in asp.net mvc3/c#/Razor , now i want to implement
I have to migrate a web application I made with ASP.NET MVC to a
I've made an Area project for my ASP.NET MVC application called 'Admin'. This will
I'm starting a simple web application, using ASP.Net MVC 3. I made a few
I am developing a web application in ASP.NET MVC3 with C# and Razor. I
We are using the Mono (2.10) XSP4 webserver to host an ASP.Net MVC3 web-application
I have a Web application made in ASP.NET and MS SQL 2005 as database
I am creating a new web application using ASP.NET MVC3 Razor and HTML 5.

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.