Hello dear Nextcloud developers,
We have published a much-requested tutorial on developing a complete app including a navigation bar and database!
You can find the tutorial here:
In this tutorial you will learn how to develop a complete app. We will be developing a basic app for taking notes. In this tutorial you will learn:
- How to create a standalone app with a navigation menu
- How to use the database
- How to extend Nextcloud’s API with your app’s endpoints
- How to export data that is stored by your app in the database to a file
I’ve also added a small tutorial on basic app development troubleshooting. This documents how to restart your development environment, how to access your log file, and how to access your browser console. It’s quite short at the moment but I thought it would be good to have this information somewhere available. You can find this also in the tutorials folder.
All the best