May 2018
Intermediate to advanced
394 pages
9h 51m
English
In steps 1 to 4, we opened the solution created in the previous recipe. In steps 6 to 12, we added a .NET Standard 2.0 library to the solution. Now, the solution has two projects: an Android project and a .NET Standard 2.0 library project. In steps 14 to 16, we renamed the class created in Visual Studio. We also renamed the actual class name to match the filename.
In step 17, we added a public method that took an integer parameter and returned an integer value with one added to the value supplied. Finally, we performed a quick build to check for the correct syntax.