I want to create a Java desktop application to control Google tasks
but in Google tasks Api i found only samples for Android
Does that mean i can only create tasks Api for android ?
I want to create a Java desktop application to control Google tasks
but in Google tasks Api i found only samples for Android
Does that mean i can only create tasks Api for android ?
Not at all! Client libraries for the Tasks API, just like all Google APIs, is available on a number of different platforms. In addition, you can always make the REST calls yourself on any unsupported platform.
This is where you can download jars for any Java client application. You'll find what you need in order to write an Android application, App Engine application, or a generic Java application all bundled inside.
Here is all the documentaion on the Tasks API. Pretty much any questions you have about the API in general should be answered there, as well as a "Getting Started" walkthrough and other helpful guides.
Finally, here is a list of all client library platforms that Google generates for the Tasks API.