Browse Source

added the file for the the month may

Simon Hammer 4 years ago
parent
commit
932b418926
2 changed files with 18 additions and 0 deletions
  1. 15 0
      diary/2021/2021_05.tex
  2. 3 0
      diary/main.tex

+ 15 - 0
diary/2021/2021_05.tex

@@ -0,0 +1,15 @@
+\begin{center}
+\section*{\month}
+\end{center}
+
+\def\day{\textit{May 20st Simon, 2021}}
+\def\weekday{\textit{Thursday}}
+\subsection*{\weekday, \day}
+
+onCreateView():
+
+After the onCreate() is called (in the Fragment), the Fragment's onCreateView() is called. You can assign your View variables and do any graphical initialisations. You are expected to return a View from this method, and this is the main UI view, but if your Fragment does not use any layouts or graphics, you can return null (happens by default if you don't override).
+
+Noah and were looking for my bug. And the conclusion was that the proble is how the RecyclerView is invoket in the MainActivity. The other problem is i can't 
+copie it from the programm I used to. So I will look out how you use onCreatView in the Fragment or in oure term I think it is AppCompatActivity but that is not a Fragment so 
+I have to look up somethings. 

+ 3 - 0
diary/main.tex

@@ -27,5 +27,8 @@
 \def\month{April}
 \include{./2021/2021_04}
 
+\def\month{May}
+\include{./2021/2021_05}
+
 
 \end{document}