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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
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.
9
9
10
10
## Advanced features
11
+
11
12
* Targeting specific devices by brand, model and Android API version
12
13
* Layout changes based on configuration fields
13
14
@@ -86,7 +87,10 @@ new Dynamico("http://ecloga.org/projects/dynamico",
86
87
.initialize();
87
88
```
88
89
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).
90
94
91
95
## Additional features
92
96
@@ -149,5 +153,6 @@ Attaches options to Dynamico object
149
153
Starts layout fetching from cache/server depending on provided options
0 commit comments