Android Lightweight HTML Template Engine

Posted by Anthoni Gardner on Stack Overflow See other posts from Stack Overflow or by Anthoni Gardner
Published on 2010-04-10T07:05:51Z Indexed on 2010/04/10 7:13 UTC
Read the original article Hit count: 309

Filed under:
|
|
|
|

Hello, I am after a very lightweight template engine that supports / can be embedded inside Android programs. I've looked at the MiniTemplator (I think that is how you spell it) and that looks great but it loads in only from file and I need to load templates from string and I am not fully confident in changing that code lol.

Can anyone recommend a very lightweight (preferably no jars, single source files etc) that I can use ? I do not need it to parse XML or anything like, just normal HTML files with keywords embedded into them betwee %% tags etc.

Regards
Anthoni

© Stack Overflow or respective owner

Related posts about java

Related posts about android