I've been asked to look into porting a library I've developed for
iPhone to Andriod. The library provides an interface to my clients web
service using http allowing third parties to easily write iPhone apps
that utilize their services.

Being totally new to Andriod platform have a few basic questions
before I start looking further. Also although I have exposure to Java
but would not consider myself an expert as yet.

Does it make sense, or even is a viable option, to provide the library
as a jar that third parties could use in their applications? If not
what would the best approach be?

What facilities does the platform provide for making asynchronous http
requests? The existing API runs all i/o asynchronously providing
notification of progress by calling methods on client app provided
delegate objects. Having had a brief look through the SDK not clear
how to do async requests.

Any guidance much appreciated.

Thanks
Mark

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to