Skip to content

Commit 71d4d06

Browse files
committed
Update README.md
1 parent 29bc792 commit 71d4d06

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ AndroidTreeView
33

44
### Recent changes
55

6-
Selection mode for tree added. Use sample app as example. I did it in hurry hope didn't miss anything
6+
Dynamic add/remove nodes. Added to maven central
77

88

99
### Description
@@ -22,6 +22,7 @@ Tree view implementation for android
2222
+ 2. Custom values, views, styles for nodes
2323
+ 3. Save state after rotation
2424
+ 4. Selection mode for nodes
25+
+ 5. Dynamic add/remove node
2526

2627
<img width='300' hspace='20' align='left' src='https://lh4.ggpht.com/xzkb3N58LH2Tsb_gGs0u3_x81VOLwlhcp-f4pz_sR_iR3vAKXfJoAcwBjN74LvzpVLE=h900-rw' />
2728

@@ -32,7 +33,9 @@ Tree view implementation for android
3233

3334
### Integration
3435

35-
**1)** Add library as a dependency to your project
36+
**1)** Add library as a dependency to your project
37+
38+
```compile 'com.github.bmelnychuk:atv:1.2.0'```
3639

3740
**2)** Create your tree starting from root element. ```TreeNode.root()``` element will not be displayed so it doesn't require anything to be set.
3841
```java

0 commit comments

Comments
 (0)