We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28fa6cd + 990aafc commit 39dac66Copy full SHA for 39dac66
README.md
@@ -1,2 +1,31 @@
1
-# TypeWriter-TextView
+# TypeWriter
2
Android Library to Get Smooth and Polished Typewriter Effect for TextView
3
+
4
+>
5
+> More Documentation about implementation will be added soon
6
7
8
+## How to use
9
10
+To get a Git project into your build:
11
12
+**Step 1.** Add the JitPack repository to your build file
13
14
+Add it in your root build.gradle at the end of repositories:
15
16
+```css
17
+ allprojects {
18
+ repositories {
19
+ ...
20
+ maven { url 'https://jitpack.io' }
21
+ }
22
23
+```
24
25
+**Step 2.** Add the dependency
26
27
28
+ dependencies {
29
+ implementation 'com.github.NitishGadangi:TypeWriter-TextView:v1.1'
30
31
0 commit comments