December 2017
Beginner
372 pages
10h 32m
English
Before we start making changes to the application by adding functionality to it, let's first clean up the code base and remove all the content that will not be required for our application.
This cleanup is required because when we created our application using the NativeScript CLI, the CLI did not just create a blank application, but instead created an application with some sample functionality. In this case, it was displaying the list items.
For our Sample Trello application, we do not need this functionality, so let's go through the following steps and remove all the content that is not required:
Read now
Unlock full access