You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/chat/includes/chat-android.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
title: include file
3
3
description: include file
4
4
services: azure-communication-services
5
-
author: probableprime
5
+
author: awang119
6
6
manager: mikben
7
7
ms.service: azure-communication-services
8
8
ms.subservice: azure-communication-services
9
9
ms.date: 06/30/2021
10
10
ms.topic: include
11
11
ms.custom: include file
12
-
ms.author: rifox
12
+
ms.author: anniewang
13
13
---
14
14
15
15
## Prerequisites
@@ -30,18 +30,19 @@ ms.author: rifox
30
30
### Create a new android application
31
31
32
32
1. Open Android Studio and select `Create a new project`.
33
-
2. On the next window, select `Empty Activity` as the project template.
33
+
2. On the next window, select `Empty Views Activity` as the project template.
34
34
3. When choosing options, enter `ChatQuickstart` as the project name.
35
-
4. Click next and choose the directory where you want the project to be created.
35
+
4. This sample uses Java as language
36
+
5. Click next and choose the directory where you want the project to be created.
36
37
37
38
### Install the libraries
38
39
39
40
We use Gradle to install the necessary Communication Services dependencies. From the command line, navigate inside the root directory of the `ChatQuickstart` project. Open the app's build.gradle file and add the following dependencies to the `ChatQuickstart` target:
For the latest version numbers, see https://search.maven.org/artifact/com.azure.android/azure-communication-common and https://search.maven.org/artifact/com.azure.android/azure-communication-chat.
@@ -120,7 +121,6 @@ Copy the following code into class `MainActivity` in file `MainActivity.java`:
0 commit comments