Last modified by Thomas Schwotzer on 2025/06/04 11:42

From version 93.1
edited by Thomas Schwotzer
on 2024/09/26 12:51
Change comment: There is no comment for this version
To version 105.1
edited by Thomas Schwotzer
on 2025/04/08 12:31
Change comment: Uploaded new attachment "Projekt_Ablauf.pdf", version {1}

Summary

Details

Page properties
tags
... ... @@ -1,0 +1,1 @@
1 +favourite
Content
... ... @@ -62,14 +62,16 @@
62 62  
63 63  [[Android-Studio Download>>url:https://developer.android.com/studio||shape="rect"]]
64 64  
65 -Sie arbeiten das Tutorial [[Build your first application in Java>>url:https://developer.android.com/codelabs/build-your-first-android-app#0||shape="rect"]] durch. Sie stoppen an der Stelle, an der Sie Fragmente implementieren sollen. Stattdessen laden Sie sich das folgende Programmskelett in einem eigenen Projekt herunter und bringen es zum Laufen.
65 +Sie arbeiten das Tutorial [[Build your first application in Java>>url:https://web.archive.org/web/20240304060923/https://developer.android.com/codelabs/build-your-first-android-app#0||shape="rect"]] (das ist keine perfekte sung. Die Diskussion zu Kotlin führen wir in der Übung. Das wird sich auch ändern ab Sommer 25).
66 66  
67 + durch. Sie stoppen an der Stelle, an der Sie Fragmente implementieren sollen. Stattdessen laden Sie sich das folgende Programmskelett in einem eigenen Projekt herunter und bringen es zum Laufen.
67 67  
69 +
68 68  {{view-file att--filename="CompBasedAppSkeleton.zip" display="thumbnail" height="150"/}}
69 69  )))
70 70  )))
71 71  |(((
72 -**1**
74 +**2 (Reihenfolge Wechseln im Sommer 25)**
73 73  )))|(((
74 74  **Android und MVC**
75 75  )))|(((
... ... @@ -93,8 +93,42 @@
93 93  )))
94 94  )))
95 95  |(((
96 -**2**
98 +**1a) (s.o.)
99 +**
97 97  )))|(((
101 +**Vom Use-Case zum Interface
102 +**
103 +)))|(((
104 +(% class="content-wrapper" %)
105 +(((
106 +Wir diskutieren einen Ansatz wie an eine mobile App entwickeln kann. Ein paar Worte über Viewpoints: Mobile Anwendungen kann man wie alle nicht-trivialen Systeme aus unterschiedlichen Perspektiven designen und beschreiben. Wir diskutieren das einmal.
107 +)))
108 +)))|(((
109 +[7]
110 +)))|(((
111 +(% class="content-wrapper" %)
112 +(((
113 +\\
114 +)))
115 +)))
116 +|(((
117 +**1b) (s.o.)
118 +**
119 +)))|(((
120 +**Komponenten**
121 +)))|(((
122 +Wir machen einen kurzen Einstieg in Software-Komponenten. Was ist das, wie beschreibt man das, wie testet man das? Und warum ist es gut, so zu denken? Und wir reden einmal darüber was ein technical white paper ist. Und was all das mit test-driven-development zu tun hat.
123 +)))|(((
124 +[[UML Komponentendiagramme>>url:https://www.uml-diagrams.org/component-diagrams.html||shape="rect"]]
125 +)))|(((
126 +(% class="content-wrapper" %)
127 +(((
128 +\\
129 +)))
130 +)))
131 +|(((
132 +**3**
133 +)))|(((
98 98  **Bluetooth**
99 99  )))|(((
100 100  Wir schauen uns Bluetooth als ein Beispiel drahtlosen Layer 2 Netzwerkes an, das ohne vordefinierte Infrastruktur auskommt. Bluetooth kann eine Basis für mobile Ad-hoc Netzwerke (MANETs) sein.
... ... @@ -104,7 +104,7 @@
104 104  \\
105 105  )))
106 106  |(((
107 -**3
143 +**4
108 108  **
109 109  )))|(((
110 110  **Security (Identitäten)
... ... @@ -123,8 +123,8 @@
123 123  \\
124 124  )))
125 125  |(((
162 +**5
126 126  **
127 -**
128 128  )))|(((
129 129  **Routing in Ad-hoc Netzwerken**
130 130  )))|(((
... ... @@ -149,8 +149,8 @@
149 149  \\
150 150  )))
151 151  |(((
188 +**6a
152 152  **
153 -**
154 154  )))|(((
155 155  **Prinzipien Ortung**
156 156  )))|(((
... ... @@ -163,8 +163,8 @@
163 163  \\
164 164  )))
165 165  |(((
202 +**6b
166 166  **
167 -**
168 168  )))|(((
169 169  **GPS**
170 170  )))|(((
... ... @@ -220,24 +220,10 @@
220 220  |(((
221 221  \\
222 222  )))|(((
223 -Komponenten
259 +**ASAP / Shark**
224 224  )))|(((
225 -Wir machen einen kurzen Einstieg in Software-Komponenten. Was ist das, wie beschreibt man das, wie testet man das? Und warum ist es gut, so zu denken? Und wir reden einmal darüber was ein technical white paper ist.
226 -)))|(((
227 -[[UML Komponentendiagramme>>url:https://www.uml-diagrams.org/component-diagrams.html||shape="rect"]]
228 -)))|(((
229 -(% class="content-wrapper" %)
230 -(((
231 231  \\
232 -)))
233 -)))
234 -|(((
235 -\\
236 236  )))|(((
237 -ASAP / Shark
238 -)))|(((
239 -\\
240 -)))|(((
241 241  * [[Projekt ASAP / Shark Videos (Album)>>url:https://mediathek.htw-berlin.de/album/view/aid/278||shape="rect"]]
242 242  * [[ASAP@Github>>url:https://github.com/SharedKnowledge/ASAPJava/wiki||shape="rect"]]
243 243  * [[AWE-Reallabor>>url:https://wiki.htw-berlin.de/confluence/display/htwclusterssc/FB4+AWE+Reallabor||shape="rect"]]
... ... @@ -263,6 +263,14 @@
263 263  
264 264  [6] [[Martin Wooley, A Developer's Guide to Bluetooth Technology (2016)>>url:https://www.bluetooth.com/blog/a-developers-guide-to-bluetooth/||shape="rect"]]
265 265  
288 +[7] [[Open Distributed Processing - Viewpoints>>url:https://en.wikipedia.org/wiki/RM-ODP||shape="rect"]]
289 +
290 +\\
291 +
292 +\\
293 +
294 +\\
295 +
266 266  == {{id name="B35MobileBetriebssystemeundNetzwerke-KlausurenausvorherigenSemestern"/}}Klausuren aus vorherigen Semestern ==
267 267  
268 268  (% class="wrapped" %)
23_24_PZR2_Klausur.pdf
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.schwotze
Size
... ... @@ -1,0 +1,1 @@
1 +50.2 KB
Content
24_PZR1_Klausur.pdf
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.schwotze
Size
... ... @@ -1,0 +1,1 @@
1 +51.9 KB
Content
CompBasedAppSkeleton.zip
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.schwotze
Size
... ... @@ -1,0 +1,1 @@
1 +26.6 MB
Content
ComponentSkeletonWithRecyclerView.zip
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.schwotze
Size
... ... @@ -1,0 +1,1 @@
1 +19.8 MB
Content
PZR1_Klausur.pdf
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.schwotze
Size
... ... @@ -1,0 +1,1 @@
1 +49.9 KB
Content
Projekt_Ablauf.pdf
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.schwotze
Size
... ... @@ -1,0 +1,1 @@
1 +83.4 KB
Content
Confluence.Code.ConfluencePageClass[0]
id
... ... @@ -1,1 +1,1 @@
1 -249757873
1 +137726522
url
... ... @@ -1,1 +1,1 @@
1 -https://wiki.htw-berlin.de/spaces/fb4mobileapplicatio/pages/249757873/B35 Mobile Betriebssysteme und Netzwerke
1 +https://wiki.htw-berlin.de/spaces/fb4mobileapplicatio/pages/137726522/B35 Mobile Betriebssysteme und Netzwerke
XWiki.XWikiRights[0]
allow
... ... @@ -1,0 +1,1 @@
1 +Allow
levels
... ... @@ -1,0 +1,1 @@
1 +edit
users
... ... @@ -1,0 +1,1 @@
1 +XWiki.schwotze