A-Abdiukov / mobile-employee-management

Xamarin Android app that uses ASP.NET web services to create/retrieve/update/delete employee details stored in the XML file. The application contains two themes and a tutorial.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set up:

  1. Open the TodoASMX.sln in Visual Studio 2019.

  2. Start the ASP.NET web service project. This can be done by selecting TodoService.asmx and clicking "View in Browser".

  3. Start the Android App located in TodoASMX.Droid project.

How to change the theme

  1. Upon starting the application, click on one of the circular buttons to change your theme.

How to see the tutorial

  1. Upon starting the application, click on the "HELP" button.

How to add employee details

  1. Upon starting the application, tap on the “ENTER THE MANAGEMENT SYSTEM” button.

  2. Tap on the “plus” button on the top left.

  3. Enter in the details.

  4. Click the “Save” button.

How to edit existing employee details

  1. Upon starting the application, tap on the “ENTER THE MANAGEMENT SYSTEM” button.

  2. Tap on the employee you wish to edit (from the table).

  3. New page is opened. Enter the details you wish to change into the boxes. Then scroll to the button.

  4. Click the “Save” button.

How to delete existing employee details

  1. Upon starting the application, tap on the “ENTER THE MANAGEMENT SYSTEM” button.

  2. Tap on the employee you wish to delete (from the table).

  3. New page is opened. Scroll to the button.

  4. Click the “Delete” button.

About

Xamarin Android app that uses ASP.NET web services to create/retrieve/update/delete employee details stored in the XML file. The application contains two themes and a tutorial.


Languages

Language:C# 92.8%Language:XSLT 5.1%Language:ASP.NET 2.1%