Skip to content

Commit 4da7b06

Browse files
authored
small edits to android kotlin tutorial text (#515)
1 parent 49d25c2 commit 4da7b06

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

source/includes/steps-tutorial-android-kotlin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ ref: connect-to-your-mongodb-realm-app
150150
content: |
151151
152152
Tasktracker uses the Gradle dependency management system to manage the
153-
Realm Android SDK.The Maven and Ant build systems are not currently
153+
Realm Android SDK. The Maven and Ant build systems are not currently
154154
supported.
155155
156156
Android Studio projects contain two ``build.gradle`` files by default:

source/tutorial/android-kotlin.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ tracker app that allows users to:
2020

2121
- Register themselves with email and password.
2222
- Sign in to their account with their email and password and sign out later.
23-
- View, create, modify, and delete tasks.
23+
- View a list of projects they are a member of.
24+
- View, create, modify, and delete tasks in projects.
25+
- View a list of team members in their project.
26+
- Add and remove team members to their project.
2427

2528
This tutorial should take around 30 minutes.
2629

0 commit comments

Comments
 (0)