Skip to content

satansly/Android-Java-PList-Reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Usage:

1. Rename your plist file extension to xml, otherwise it won't be read.

2. Initiate the parser object and parsing process as below

	PListParser parser = new PListParser(context.getResources().getAssets().open("myplist.xml"));

3. Access the root element of the processed plist hierarchy as below

	parser.root;

        	

About

PList reader written in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages