Click here to Skip to main content
15,886,963 members
Articles / Mobile Apps / Android

.NET technique for converting large text files into XML structures intended for Android objects

Rate me:
Please Sign up or sign in to vote.
4.67/5 (4 votes)
5 Jul 2012CPOL12 min read 26.8K   515   16  
This article describes the technique I used to ingest large text files to create an e-book publishing platform on the Android Market

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "kjv_parser", "kjv_parser_console\kjv_parser.csproj", "{A3A4DFF7-739B-4C1B-AFD7-86B3B49ABE64}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{A3A4DFF7-739B-4C1B-AFD7-86B3B49ABE64}.Debug|x86.ActiveCfg = Debug|x86
		{A3A4DFF7-739B-4C1B-AFD7-86B3B49ABE64}.Debug|x86.Build.0 = Debug|x86
		{A3A4DFF7-739B-4C1B-AFD7-86B3B49ABE64}.Release|x86.ActiveCfg = Release|x86
		{A3A4DFF7-739B-4C1B-AFD7-86B3B49ABE64}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Solara Software
United States United States
I am a senior software developer native to San Diego, CA. with about 25+ years of coding experience on various platforms including Windows and Linux, but who has spent the last part of his career involved in firmware development in R&D labs throughout the country. I particularly enjoy coding in C++, C# and lately JAVA on the Android platform. I like to wear many hats and have gotten down at very low levels such as writing VHDL logic for FPGAs and even some driver writing on Windows, Linux and TI DSPs. I have worked with many microcontrollers just because I love that low-level bit banging code! When I'm not coding or playing with Android tablets, phones and firmware kits you will most likely find me riding my Suzuki Hayabusa crotch-rocket out in the hills. I also enjoy composing music, singing or just relaxing and hanging out at small coffee shops around town!

Comments and Discussions