Noah il y a 4 ans
Parent
commit
83a5ab001e

+ 14 - 0
diary/2021/2021_04.tex

@@ -233,3 +233,17 @@ I sucessfully managed to compile the app \url{https://github.com/aario/snotepad}
 Also I installed Ubuntu, so I could use the same environment as Simon.\\
 
 I wrote the adb guide \url{https://noahvogt.com/resources/adb-guide.html} and corrected all the errors Simon pointed out to me.
+
+\def\day{\textit{April 14st Noah, 2021}}
+\def\weekday{\textit{Wednesday}}
+\subsection*{\weekday, \day}
+
+I updated the adb guide as requested from Simon to include the Activation of the Android USB Debbing. I also made some additional changes.\\
+
+I made a Hello World Program, installed it via adb on my phone and captured this screenshot of it also using adb:\\
+
+\begin{figure}[H]
+\centering
+\includegraphics[width=.4\textwidth]{media/hello-world-app-noah-screenshot}
+\caption{Hello World App}
+\end{figure}

BIN
diary/media/hello-world-app-noah-screenshot.png


+ 3 - 0
diary/preambule.tex

@@ -63,3 +63,6 @@ includeheadfoot}
 }
  
 \urlstyle{same}
+
+% fix figure positioning
+\usepackage{float}