Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/com/example/android/render/ | 03-May-2024 | - | 1,051 | 627 | ||
testproject/ | 03-May-2024 | - | 203 | 108 | ||
.classpath | D | 03-May-2024 | 671 | 12 | 11 | |
.project | D | 03-May-2024 | 375 | 18 | 17 | |
README.txt | D | 03-May-2024 | 549 | 16 | 13 |
README.txt
1 Sample code to use the layout rendering library. 2 3 This is very basic sample code showing how to render 4 a layout. 5 6 This explains how to load the resources, create Folderconfig, 7 ResourceResolver, and how to call the LayoutLibrary to do an 8 actual render. 9 10 There are some big limitations: 11 - can't render custom views because there's nothing 12 compiling them and generating the compiled R.class 13 file. 14 - not all features of ADT are present because there 15 are things that don't make sense outside of an editor 16 (render in context, expand empty layouts, etc...)