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: README.md
+31Lines changed: 31 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,5 +4,36 @@
4
4
5
5
Google Cloud Speech-to-Text:
6
6
This app Implements [RecognizerIntent](https://developer.android.com/reference/android/speech/RecognizerIntent) for speech recognition through starting an Intent.
7
+
8
+
9
+
10
+
## Getting Started
11
+
12
+

13
+
14
+
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
15
+
16
+
17
+
1. Download/clone zip
18
+
2. extract the downloaded Zip
19
+
3. start android Studio, Close any existing project and navigate through import existing android project.
20
+
21
+
### Prerequisites
22
+
23
+
Working [Java](https://www.oracle.com/technetwork/java/javase/downloads/index.html) instalation and [Android Studio](https://developer.android.com/studio/) for devlopment.
0 commit comments