2021_08.tex 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. \begin{center}
  2. \section*{\month}
  3. \end{center}
  4. \def\day{\textit{August 11st, 2021 Simon}}
  5. \def\weekday{\textit{Wednesday}}
  6. \subsection*{\weekday, \day}
  7. I started a Database branch and the day befor I read the Database from InboxPager and read the Book.
  8. I finished the fist 4 chapters and i think chapter 11 and 9
  9. \def\day{\textit{August 12st, 2021 Simon}}
  10. \def\weekday{\textit{Thursday}}
  11. \subsection*{\weekday, \day}
  12. Today Noah and I want to find the best Database and IMAP Libarys
  13. and make some tests to add data from a file in the Adapter and the recyclerviewer
  14. \def\day{\textit{August 13st, 2021 Simon}}
  15. \def\weekday{\textit{Tuesday}}
  16. \subsection*{\weekday, \day}
  17. Today I started writting the matur and I asked Yaki and Bühli some Questions about
  18. how I schould write the text etc.
  19. \def\day{\textit{August 22st, 2021 Simon}}
  20. \def\weekday{\textit{Sunday}}
  21. \subsection*{\weekday, \day}
  22. The last days I added an Message Class wich has the variables for one Message and I added the function
  23. to change the Input of the Customadapter dependent on the Directory the user is in.
  24. I did that with the functions setDraft, setGallery, setSent and the class Message
  25. \def\day{\textit{August 25st, 2021 Simon}}
  26. \def\weekday{\textit{Wednesday}}
  27. \subsection*{\weekday, \day}
  28. I am making a database example app with
  29. https://developer.android.com/codelabs/android-room-with-a-view\#11
  30. and had a error where the dp were left in a dimen but nothing told me that.
  31. Also they use a different button there to add things. We might want to use that one
  32. \def\day{\textit{August 30st, 2021 Simon}}
  33. \def\weekday{\textit{Monday}}
  34. \subsection*{\weekday, \day}
  35. The last days I worked on the example app and could add
  36. the Database there for Messages and it was possible to write a
  37. message and safe it in the Draft
  38. Now I'm adding these to our Programm and I had to delete the Customadapter
  39. because it was not necessary