Skip to content

Android Tutorial Text Minor Edits #515

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/includes/steps-tutorial-android-kotlin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ ref: connect-to-your-mongodb-realm-app
content: |

Tasktracker uses the Gradle dependency management system to manage the
Realm Android SDK.The Maven and Ant build systems are not currently
Realm Android SDK. The Maven and Ant build systems are not currently
supported.

Android Studio projects contain two ``build.gradle`` files by default:
Expand Down
5 changes: 4 additions & 1 deletion source/tutorial/android-kotlin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ tracker app that allows users to:

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

This tutorial should take around 30 minutes.

Expand Down