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
You can download Linkable Text Sample application on Google Play.
6
+
7
+
[](https://play.google.com/store/apps/details?id=com.github.fobid.linkabletext.sample)
8
+
9
+
# Download
10
+
Download [the latest JAR](https://repo1.maven.org/maven2/com/github/fobid/linkabletext/0.1.0/linkabletext-0.1.0.aar) or grab via Maven:
11
+
```
12
+
<dependency>
13
+
<groupId>com.github.fobid</groupId>
14
+
<artifactId>linkable-text</artifactId>
15
+
<version>0.1.0</version>
16
+
</dependency>
17
+
```
18
+
or Gradle:
19
+
```
20
+
compile 'com.github.fobid:linkable-text:0.1.0'
21
+
```
22
+
23
+
# Usage
24
+
25
+
# License
26
+
```
27
+
Copyright 2016 Fobid
28
+
29
+
Licensed under the Apache License, Version 2.0 (the "License");
30
+
you may not use this file except in compliance with the License.
31
+
You may obtain a copy of the License at
32
+
33
+
http://www.apache.org/licenses/LICENSE-2.0
34
+
35
+
Unless required by applicable law or agreed to in writing, software
36
+
distributed under the License is distributed on an "AS IS" BASIS,
37
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
38
+
See the License for the specific language governing permissions and
0 commit comments