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