Mobile App
-
To setup the mobile application for development, follow these steps:
- Download and install Visual Studio 2022 Community Edition and Open the Visual Studio Installer.
- Select Modify and check the following (If all three options aren’t available, you need to select UPDATE)
- ASP.NET and web development
- .Net desktop development
- .NET Maui-platform App UI development
- Select Modify (Either install while downloading, or download 1st then install)
- Launch Visual Studio 2022
- Clone the repository for the Mobile App: https://github.com/YCP-Rev-Metrix/Cellular.git
- Open the solution file in Visual Studio
- Navigate to Tools > Nuget Package Manager > Manage Nuget Packages for Solution
- The following Nuget Packages need to be installed (if not already):
|
You are now ready to develop the mobile application!
- The following Nuget Packages need to be installed (if not already):
|
-
To deploy the app to an android phone, follow these steps:
- Open the settings app on the phone
- Click “About Phone” (bottom of the settings)
- Click “Software Information”"
- Click “Build number 7 times
- Enter your pin to confirm if prompted
- Back out to the main settings page
- Scroll down to the bottom of settings to see Developer Option now enabled at the bottom
- Click “Developer Options”
- Scroll down and enable “USB Debugging” The phone should now be ready for app deployment.
- Connect the phone to the computer using a USB cable
- If a prompt appears on the phone, select “Always allow from this computer” and click OK
- In Visual Studio, click the drop down with the green triangle that defaults to “Windows Machine”
- Under “Android Local Devices”, select your phone
- Click the green triangle to run and it will deploy the app to the phone