chore: Update navigation menu with Colors research page

This commit is contained in:
Niels Gras
2024-05-24 12:04:43 +02:00
parent cb53000eb3
commit f96d6ec394
13 changed files with 13 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
We wanted to show the various exercises in a video that everyone could replicate. We did not want to implement a YouTube function because we wanted to have our own videos rather than relying on YouTube. To begin, we need an empty activity file, which you can create using the Android Studio IDE. Then, navigate to the XML file you just created and the go-to widgets, and add the VideoView element.
![VideoView](VideoViewWidget.png)
![VideoView](..\assets\VideoViewWidget.png)
If you drag that into your activity, you can change the layout, but it will not function directly. To make it play videos, we need to write some Java code first.
```java