Java xml parser compatible with android -
i working on getting of code within project run java application instead of android app: https://code.google.com/p/pandoroid/
i working on pandora client , use api developed within project, seems rely on android dependencies when comes xml parser. can recommend library compatible minimum code editing?
errors revolve around:
import org.xmlpull.v1.xmlpullparser; import org.xmlpull.v1.xmlpullparserexception; import org.xmlpull.v1.xmlpullparserfactory; import org.xmlpull.v1.xmlserializer;
(i solved these googling , finding libraries)
and more importantly
import android.util.xml;
thanks in advance!
i enjoy using xml tool. it's fluent api, can write short statements accomplish need.
Comments
Post a Comment