Jamie wrote:
> How do libraries work with android?

If you are building with Ant, just put the JAR in your project's libs/ 
folder and use it.

If you are building with Eclipse, AFAIK, follow the standard Eclipse 
procedures for incorporating a JAR.

If the project is open source, though, consider downloading the source 
and putting it in your build tree. That way, your code and the 
third-party code are all compiled with the same version of Java.

> Are they compiled into the project then
> executed on the phone?

They are compiled into the project. Whether or not the JAR's contents 
are used depends upon whether you reference them in your code.

> Anyone know of the easiest way to parse HTML. 

http://java-source.net/open-source/html-parsers

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.9 Published!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to