-
Notifications
You must be signed in to change notification settings - Fork 3
satansly/Android-Java-PList-Reader
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published