Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
found : java.lang.Object[]
required: java.lang.String[]
Object[] arr = vector.toArray();
String[] arr = (String[])vector.toArray();