About the API:
It is basically a class with all the necessary Google Voice functions. It has connecting to google voice and placing calls, along with returning your inbox and other data. One definite positive is that it returns data as raw html or xml, so we can parse it how we need to.
Quote:
Originally Posted by JCerna
Sounds good but just to give you a heads up WinMo does not play nice with Java at least not the newer versions. I believe Google put out an SDK so it migth be easier to start from there. If I had the time I would be all over this too. Thanks for trying it out.
|
I am planning on taking apart the API to see how each of the functions work. Then, I might be able to port it to a different language using the Windows SDK.
The Google SDK wont work since it would just be used for creating Android apps.