Small framework to use xml in android easy.
android-xml-drafts is hosted in the following web site
https://github.com/drdrej/android-xml-drafts
If you think the Android project android-xml-drafts listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of android-xml-drafts.
Item | Value |
---|---|
Java File Count | 20 |
Minimum SDK Version | 7 |
Activity Count | 1 |
jar files used | android-support-v4.jar xml-drafts-android-1.0.jar |
Asset File Names | assets\children.xml assets\empty-tag.xml assets\empty-tag2.xml assets\example.xml assets\skip-tag.xml |
android-xml-drafts has the following Java source files.
com.touchableheroes.android.log.Logger.java com.touchableheroes.android.log.Timer.java com.touchableheroes.android.xml.parser.Attributes.java com.touchableheroes.android.xml.parser.DomainSpecificBinding.java com.touchableheroes.android.xml.parser.Tag.java com.touchableheroes.android.xml.parser.TagData.java com.touchableheroes.android.xml.parser.TagEvent.java com.touchableheroes.android.xml.parser.TagEventHandler.java com.touchableheroes.android.xml.parser.TagUtils.java com.touchableheroes.android.xml.parser.XMLEventPipe.java com.touchableheroes.android.xml.parser.XMLParserFacade.java com.touchableheroes.android.xml.parser.XMLParserLoop.java com.touchableheroes.android.xml.parser.XMLTagFacade.java com.touchableheroes.android.xml.parser.XMLTagHandler.java com.touchableheroes.android.xml.parser.example.ExampleCallback.java com.touchableheroes.android.xml.parser.example.ExampleTag.java com.touchableheroes.android.xml.parser.tag.SameTagAs.java com.touchableheroes.android.xml.parser.tag.TagRule.java com.touchableheroes.android.xml.testapp.MainActivity.java