android - a parser application which can implement xml files and run accordingly -
i want implement application work parser. user able upload xml files describe ui , functional properties of android application. wonder if there way parse xml files , use them layouts without compiling?
i think you're parser have generate new views receive "parameters" via xml files. afterwards you'd have add views progammatically layout root.
it doesn't matter parser technology using purpose you're going create objects - sax, dom & pull-parser suitable.
Comments
Post a Comment