Tips on creating an Android app to consume webservices

Peter Karlström 216 Reputation points
2023-01-24T09:11:54.1366667+00:00

Hi

I have a database online at my ISP containing movie information that I would like to build an Android application around.
I have also created a couple of SVC webservices in Visual Studio to return movie and actor information. These are also located in my ISP environment.

For a start I would like to build filtered lists of movies and actors in the database with the services created earlier. There are services for lists and details of movies and actors.

Are there any sample C# projects somewhere where I can get a little head start in an Android application using Visual Studio and Xamarin?

Regards
Peter

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
173 questions
{count} votes

1 answer

Sort by: Most helpful
  1. cristopheB 551 Reputation points
    2023-02-15T14:18:50.8033333+00:00

    Hello,

    there are a lot of sample of Net Maui here:

    https://github.com/jsuarezruiz/awesome-dotnet-maui

    enjoy

    1 person found this answer helpful.