Aspose.Tasks Cloud[![Aspose.Tasks Cloud][1]

  • Aspose.Tasks Cloud SDK for Android - v1.0.0

Setup Aspose.Tasks Cloud SDK for Android is also available as released artifacts in the [Bintray Maven Repository][4]. You can bypass GitHub source code repository and depend directly on the released artifacts from Bintray Maven Repository. Aspose.Tasks Cloud SDK for Android is also available on JCenter which is default for Android Studio. For Setup details please check the [documentation][5]. Gradle Dependency - Aspose.Tasks Cloud SDK for Android

compile 'com.aspose:aspose-cloud-tasks-android:1.0.0'
```Data In order to manipulate any files, you first need to upload them to the Aspose cloud storage or 3rd party cloud storage using Aspose.Storage Cloud SDK for Android. **Gradle Dependency - Aspose Cloud Storage SDK for Android**

compile ‘com.aspose:aspose-cloud-storage-android:1.0.0’

try{

//Instantiate Aspose Storage Cloud API SDK StorageApi storageApi = new StorageApi(apiKey, appSID,true);

//Instantiate Aspose Tasks Cloud API SDK TasksApi tasksApi = new TasksApi(apiKey, appSID,true);

//set input file name String name = “sample-project”; String fileName = name + “.mpp”; String format = “pdf”; String storage = “”; String folder = “”;

//upload files to aspose cloud storage storageApi.PutCreate(fileName, “”, storage, new File(this.getClass().getResource("/" + fileName).toURI()));

//invoke Aspose.Tasks Cloud SDK API to convert project document to other formats ResponseMessage apiResponse = tasksApi.GetTaskDocumentWithFormat(fileName, format, storage, folder);

 }catch(Exception e){
         e.printStackTrace();
     } 

*   [Working With Project Documents](http://www.aspose.com/docs/display/taskscloud/Working+with+Project+Documents)
*   [Working With Tasks](http://www.aspose.com/docs/display/taskscloud/Working+with+Tasks)
*   [Working With Task Links](http://www.aspose.com/docs/display/taskscloud/Working+With+Resources)
*   [Working With Resources Working With Assignments](http://www.aspose.com/docs/display/taskscloud/Working+with+Assignments)
*   [Working With Calendars](http://www.aspose.com/docs/display/taskscloud/Working+with+Calendars)
*   [Working With Outline Codes And Extended Attributes](http://www.aspose.com/docs/display/taskscloud/Working+with+Outline+Codes+and+Extended+Attributes)

Start a Free Trial Today Start a free trial today – all you need is to [sign up][8] with the Aspose Cloud service. Once you have signed up, you are ready to try the powerful file processing features offered by Aspose Cloud.




[1]: https://blog.aspose.com/wp-content/uploads/sites/2/2014/06/aspose-Tasks-for-CloudAPIs_1002.png "Aspose.Tasks Cloud")](http://www.aspose.com/cloud/project-management-api.aspx)Aspose.Tasks Cloud is a REST API for manipulating Microsoft Project documents in the cloud. It is a true REST API that can be used with any language: .NET, Java, PHP, Ruby, Rails, Python, jQuery and many more. You can use it with any platform — web, desktop, mobile, and cloud. Aspose.Tasks Cloud allows developers to manipulate project data including Tasks, Resources, Task links, and Assignments. Aspose.Tasks Cloud is a complete solution that allows you to work with all aspects of a Project document including conversion and manipulation of project’s tasks, task links, resources, resource assignments and extended attribute data. [Learn More](http://www.aspose.com/cloud/project-management-api.aspx
[2]: http://www.aspose.com/docs/display/taskscloud/Home
[3]: http://www.aspose.com/cloud/project-management-api.aspx
[4]: https://bintray.com/aspose/maven/aspose-cloud-tasks-android/view
[5]: http://www.aspose.com/docs/display/taskscloud/How+to+Setup+Aspose.Tasks+Cloud+SDK+for+Android
[6]: http://www.aspose.com/docs/display/taskscloud/Home
[7]: http://www.aspose.com/docs/display/taskscloud/Developer+Guide
[8]: http://dashboard.aspose.cloud/