Simon Hammer пре 3 година
родитељ
комит
4c52e59b97
4 измењених фајлова са 16 додато и 1 уклоњено
  1. 10 0
      diary/2021/2021_09.tex
  2. 2 1
      diary/dictionary.tex
  3. BIN
      diary/main.dvi
  4. 4 0
      diary/main.tex

+ 10 - 0
diary/2021/2021_09.tex

@@ -17,3 +17,13 @@ different LiveDatas or the different observer because not idk how often the look
 without wiping the Data from the Virtual machine
 
 Today I added new Folders called Spam and Archive. They work the same way like the other Folders. 
+
+
+\def\day{\textit{September 8st, 2021 Simon}}
+\def\weekday{\textit{Wednesday}}
+\subsection*{\weekday, \day}
+
+Today I managed to read the data from the eamailwriter into the Database
+by starting the Intent in the messageCreateFragment and reading in the String from there. Adding them to these 
+spezial Strings and calling these String with the data from the MainActivity. Sadly I still use the NewDraftActivity but idk why I have to.
+Maybe somthing with the Intent or how the obActivityResult is called.

+ 2 - 1
diary/dictionary.tex

@@ -149,7 +149,8 @@ many-to-many
 A many-to-many relationship between two entities is a relationship where each instance of the parent entity corresponds to zero or more instances of the child entity, and vice-versa.
 
 
-
+Intent
+An intent is an abstract description of an operation to be performed. It can be used with startActivity to launch an Activity, broadcastIntent to send it to any interested BroadcastReceiver components, and Context.startService(Intent) or Context.bindService(Intent, ServiceConnection, int) to communicate with a background Service.
 
 
 


+ 4 - 0
diary/main.tex

@@ -36,4 +36,8 @@
 \def\month{August}
 \include{./2021/2021_08}
 
+
+\def\month{September}
+\include{./2021/2021_09}
+
 \end{document}