|
@@ -493,6 +493,13 @@ I found some things that made the programm crash. \\
|
|
|
\end{enumerate}
|
|
|
|
|
|
|
|
|
+\def\day{\textit{May 5st Simon, 2021}}
|
|
|
+\def\weekday{\textit{Thursday}}
|
|
|
+\subsection*{\weekday, \day}
|
|
|
+
|
|
|
+I tried to fix the crash problem in the MainAktivity.java file and the cause for that was that the data variable wasen't detected because the onCreate() method was just protected
|
|
|
+and not public. But now it crashes without an error message so idk what the problem is.
|
|
|
+
|
|
|
|
|
|
|
|
|
|