Skip to content

Commit c570210

Browse files
committed
Added MANUAL section
1 parent f107c83 commit c570210

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
Android library for inflating dynamic layouts in runtime based on JSON configuration fetched from server. Useful in situations when layouts need to change without updating the app.
99

1010
## Advanced features
11+
1112
* Targeting specific devices by brand, model and Android API version
1213
* Layout changes based on configuration fields
1314

@@ -86,7 +87,10 @@ new Dynamico("http://ecloga.org/projects/dynamico",
8687
.initialize();
8788
```
8889

89-
Done. For advanced usage, take a look at this awesome [manual](https://github.com/jelic98/dynamico/blob/master/MANUAL.md).
90+
91+
## Manual
92+
93+
For advanced usage, take a look at this awesome [manual](https://github.com/jelic98/dynamico/blob/master/MANUAL.md).
9094

9195
## Additional features
9296

@@ -149,5 +153,6 @@ Attaches options to Dynamico object
149153
Starts layout fetching from cache/server depending on provided options
150154

151155
## TODO
156+
152157
* Support vector drawables
153158
* Support more views

0 commit comments

Comments
 (0)