ソースを参照

merged diarys

Simon Hammer 4 年 前
コミット
ec917768ee

+ 36 - 2
diary/2021/2021_04.tex

@@ -190,9 +190,14 @@ https://abhiandroid.com/ui/
 We arranged that we work independent till Sunday (18.4.21) on research for the GUI. So that in the end we can exchange our knowlege. 
 and we arranged that we work on Hello world 
 
+\includegraphics[width=.8\textwidth]{media/WochenPlan13.4.jpeg}
 
 
-\includegraphics[width=.8\textwidth]{media/WochenPlan13.4.jpeg}
+\def\day{\textit{April 13st Noah, 2021}}
+\def\weekday{\textit{Thursday}}
+\subsection*{\weekday, \day}
+
+I successfully installed both NDK and SDK on my Arch Linux Desktop PC. Now Android Studio won't crash on startup.
 
 
 \def\day{\textit{April 14st Simon, 2021}}
@@ -218,13 +223,40 @@ https://developer.android.com/training/basics/firstapp
 
 Installed java 8 so i can compile the build.gradle file but for this wasn't enough time
 
+\def\day{\textit{April 14st Noah, 2021}}
+\def\weekday{\textit{Wednesday}}
+\subsection*{\weekday, \day}
+
+I sucessfully managed to compile the app \url{https://github.com/aario/snotepad} on Arch Linux using the \texttt{jdk8-openjdk} package.\\
+
+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.\\
+>>>>>>> 83a5ab001ef633991d4412546481921f84886138
+
+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}
+
+
+
 \def\day{\textit{April 15st Simon, 2021}}
 \def\weekday{\textit{Thursday}}
 \subsection*{\weekday, \day}
 
 I finally could compile the testapp to an apk file. 
 
-\def\day{\textit{April 19st, 2021}}
+\def\day{\textit{April 19st Simon, 2021}}
 \def\weekday{\textit{Thursday}}
 \subsection*{\weekday, \day}
 Interfaces specify what a class must do and not how. It is the blueprint of the class.
@@ -236,3 +268,5 @@ A Java library example is Comparator Interface. If a class implements this inter
 
 
 
+
+

+ 1 - 65
diary/main.tex

@@ -1,68 +1,4 @@
-\documentclass[a4paper, 12pt]{article}
-
-\def\arcdeg{\hbox{$^\circ$}}
-\def\arcmin{\hbox{$^\prime$}}
-\def\arcsec{\hbox{$^{\prime\prime}$}}
-\def\farcs{\hbox{$.\!\!^{\prime\prime}$}}
-\def\farcm{\hbox{$.\!\!^{\prime}$}}
-\def\itfarcs{\hbox{{\it $.\!\!^{\prime\prime}$}}}
-\def\arcpt{${{\lower3pt\hbox{$^{\prime\prime}$}}\atop{\raise4pt\hbox{.}}}$}
-
-\setlength\evensidemargin{0.0in}
-\setlength\oddsidemargin{0.0in}
-\setlength\textwidth{6.5in}
-\setlength\textheight{9.5in}
-\setlength\topmargin{-0.5in}
-
-\usepackage{graphicx}
-
-\usepackage{geometry}
-\geometry{ headsep=20pt,
-headheight=20pt,
-left=10mm,
-top=15mm,
-right=10mm,
-bottom=15mm,
-footskip=20pt,
-includeheadfoot}
-
-\setlength{\parindent}{0em}
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% For Footer
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\usepackage[english]{babel}
-\usepackage[utf8]{inputenc}
-\usepackage{fancyhdr}
- 
-\pagestyle{fancy}
-\fancyhf{}
-\renewcommand{\headrulewidth}{0pt}
-%\rhead{Share\LaTeX}
-%\lhead{Guides and tutorials}
-\rfoot{\thepage}
-\def\day{}
-\cfoot{\textit{\day}}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% For Multiple Columns within Text
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\usepackage{multicol}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% For Links to Websites
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% https://www.sharelatex.com/learn/Hyperlinks
-\usepackage{hyperref}
-\hypersetup{
-    colorlinks=true,
-    linkcolor=blue,
-    filecolor=magenta,      
-    urlcolor=cyan,
-}
- 
-\urlstyle{same}
+\include{preambule}
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \begin{document}

BIN
diary/media/SyntactsInterface.png


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


+ 68 - 0
diary/preambule.tex

@@ -0,0 +1,68 @@
+\documentclass[a4paper, 12pt]{article}
+
+\def\arcdeg{\hbox{$^\circ$}}
+\def\arcmin{\hbox{$^\prime$}}
+\def\arcsec{\hbox{$^{\prime\prime}$}}
+\def\farcs{\hbox{$.\!\!^{\prime\prime}$}}
+\def\farcm{\hbox{$.\!\!^{\prime}$}}
+\def\itfarcs{\hbox{{\it $.\!\!^{\prime\prime}$}}}
+\def\arcpt{${{\lower3pt\hbox{$^{\prime\prime}$}}\atop{\raise4pt\hbox{.}}}$}
+
+\setlength\evensidemargin{0.0in}
+\setlength\oddsidemargin{0.0in}
+\setlength\textwidth{6.5in}
+\setlength\textheight{9.5in}
+\setlength\topmargin{-0.5in}
+
+\usepackage{graphicx}
+
+\usepackage{geometry}
+\geometry{ headsep=20pt,
+headheight=20pt,
+left=10mm,
+top=15mm,
+right=10mm,
+bottom=15mm,
+footskip=20pt,
+includeheadfoot}
+
+\setlength{\parindent}{0em}
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% For Footer
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\usepackage[english]{babel}
+\usepackage[utf8]{inputenc}
+\usepackage{fancyhdr}
+ 
+\pagestyle{fancy}
+\fancyhf{}
+\renewcommand{\headrulewidth}{0pt}
+%\rhead{Share\LaTeX}
+%\lhead{Guides and tutorials}
+\rfoot{\thepage}
+\def\day{}
+\cfoot{\textit{\day}}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% For Multiple Columns within Text
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\usepackage{multicol}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% For Links to Websites
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% https://www.sharelatex.com/learn/Hyperlinks
+\usepackage{hyperref}
+\hypersetup{
+    colorlinks=true,
+    linkcolor=blue,
+    filecolor=magenta,      
+    urlcolor=cyan,
+}
+ 
+\urlstyle{same}
+
+% fix figure positioning
+\usepackage{float}

+ 2 - 2
diary/title.tex

@@ -9,9 +9,9 @@
 	\bf{Matur Journal}
     
 	\Large
-	\it{Simon Hammer}
+	\it{Noah Vogt \& Simon Hammer}
 	
     \normalsize
     
 %	\vspace{0.33\textheight}
- \end{center}
+ \end{center}