Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Native Mobile Apps 2020 Fall
Course Materials
Commits
38154852
Commit
38154852
authored
Oct 02, 2020
by
Andres Käver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hw
parent
7951025f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
1 deletion
+25
-1
android/DBDemo/app/src/main/res/layout/row_view.xml
android/DBDemo/app/src/main/res/layout/row_view.xml
+1
-1
hw/HOMEWORK.md
hw/HOMEWORK.md
+24
-0
No files found.
android/DBDemo/app/src/main/res/layout/row_view.xml
View file @
38154852
...
...
@@ -4,7 +4,7 @@
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_height=
"
64dp
"
>
android:layout_height=
"
wrap_content
"
>
<TextView
android:id=
"@+id/textViewId"
...
...
hw/HOMEWORK.md
View file @
38154852
...
...
@@ -33,3 +33,27 @@ No gameplay code yet needed.
Apply styles, custom button layouts, move strings to shared xml - ie use Resources as much as you can. Avoid code/xml duplication.
#### HW01-Leg3
***Deadline 2020-10-08 23:59:59**
*
Make playable game!
Person vs Person (no ai vs ai or person vs ai needed).
Detect when game is over (draw or show winner).
Keep game logic in separate class.
### HW02 - Contact database
#### HW02-Leg1
***Deadline 2020-10-15 23:59:59**
*
Write a contact database app/UI. Use SQLite or any other android Db (Room etc).
Persons, contacts and contact types.
Person +----
<
PersonContact
>
----+ Contact type
Andres - akaver - skype
-
akaver2 - skype
-
akaver@itcollege.ee - skype
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment