mjbrown / pfmobile

0 stars 0 forks source link

Change the text copier into an XML copier #4

Open mjbrown opened 11 years ago

mjbrown commented 11 years ago

I implemented an XML copier which is actually a text copier of XML data. This forces me to put the data in "raw" files rather than "xml" files. "xml" files would be compiled during the build process, resulting in a smaller, faster application. "xml" files would also be more secure since they are better protected by android. If somebody got their hands on our pathfinder XML data files it would allow them to make their own character generator app much, much more eaily. Keeping our XML data secure will ensure our stranglehold on the pathfinder character generator market :)

mjbrown commented 11 years ago

ItemEditor uses a custom XML thingy. I should model the other stuff after that functionality.