• Home
Name Date Size #Lines LOC

..--

src/com/example/android/render/03-May-2024-1,051627

testproject/03-May-2024-203108

.classpathD03-May-2024677 1211

.projectD03-May-2024375 1817

README.txtD03-May-2024549 1613

README.txt

1Sample code to use the layout rendering library.
2
3This is very basic sample code showing how to render
4a layout.
5
6This explains how to load the resources, create Folderconfig,
7ResourceResolver, and how to call the LayoutLibrary to do an
8actual render.
9
10There are some big limitations:
11- can't render custom views because there's nothing
12compiling them and generating the compiled R.class
13file.
14- not all features of ADT are present because there
15are things that don't make sense outside of an editor
16(render in context, expand empty layouts, etc...)