Bläddra i källkod

diary for yesterday

Simon Hammer 4 år sedan
förälder
incheckning
03467da27d
2 ändrade filer med 25 tillägg och 5 borttagningar
  1. 20 0
      diary/2021/2021_04.tex
  2. 5 5
      diary/dictionary.tex

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

@@ -195,8 +195,28 @@ and we arranged that we work on Hello world
 \includegraphics[width=.8\textwidth]{media/WochenPlan13.4.jpeg}
 
 
+\def\day{\textit{April 14st Simon, 2021}}
+\def\weekday{\textit{Thursday}}
+\subsection*{\weekday, \day}
+Apps provide multiple entry points
+
+Android apps are built as a combination of components that can be invoked individually. For example, an activity is a type of app component that provides a user interface (UI).
+
+The "main" activity starts when the user taps your app's icon. You can also direct the user to an activity from elsewhere, such as from a notification or even from a different app.
+
+Other components, such as broadcast receivers and services, allow your app to perform background tasks without a UI.
+
+After you build your first app, you can learn more about the other app components at Application fundamentals.
+Apps adapt to different devices
+
+Android allows you to provide different resources for different devices. For example, you can create different layouts for different screen sizes. The system determines which layout to use based on the screen size of the current device.
+
+If any of your app's features need specific hardware, such as a camera, you can query at runtime whether the device has that hardware or not, and then disable the corresponding features if it doesn't. You can specify that your app requires certain hardware so that Google Play won't allow the app to be installed on devices without them.
 
+After you build your first app, learn more about device configurations at Device compatibility overview. 
+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
 
 
 

+ 5 - 5
diary/dictionary.tex

@@ -20,7 +20,7 @@ includeheadfoot}
 \THEDAY.~\monthname[\THEMONTH] \THEYEAR}
 \usepackage{fancyhdr}
 \pagestyle{fancy}
-\lhead{Noah Vogt \& Simon Hammer}
+\lhead{ Simon Hammer}
 \chead{}
 \rhead{\dmy\today}
 \lfoot{}
@@ -62,10 +62,10 @@ includeheadfoot}
 
 
 
-application programming interface (API)
-
-
-
+application programming interface (API)\\
+Android Native Development Kit (NDK) \\
+Application Binary Interface (ABI) \\
+Java Native Interface (JNI)