Răsfoiți Sursa

tried fixing the crashe problem with the Adapter in the MainActivity

Simon Hammer 4 ani în urmă
părinte
comite
3a44c3c371
1 a modificat fișierele cu 7 adăugiri și 0 ștergeri
  1. 7 0
      diary/2021/2021_04.tex

+ 7 - 0
diary/2021/2021_04.tex

@@ -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.
+