Selaa lähdekoodia

tried fixing the crashe problem with the Adapter in the MainActivity

Simon Hammer 4 vuotta sitten
vanhempi
sitoutus
3a44c3c371
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  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}
 \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.
+