An open API service indexing awesome lists of open source software.

https://github.com/adn-devtech/adn-field-android-sample

A demo on some workflows to handle Issues using Field API
https://github.com/adn-devtech/adn-field-android-sample

Last synced: 7 months ago
JSON representation

A demo on some workflows to handle Issues using Field API

Awesome Lists containing this project

README

          

# ADN-Field-Android-Sample
This is a sample for Android devices demoing some workflows to handle Issues using Autodesk BIM 360 Field API:
* Login account
* Logout account
* Select project
* Set filter
* Get Issues with filter
* Display Issues information
* Get attachment of Issues
* Modify Issue status
* Update Issues status with Field

##Dependencies
* Make sure the necessary *.jar in libs are available, which are already included in the project.
* Make sure you have the account of [Autodesk BIM 360 Field](http://www.autodesk.com/products/bim-360-field/overview).
* Make sure your Field account is entitled with at least one valid project.
* Make sure your Field project has created some issues, some of which contain attachment.

##Setup/Usage Instructions
* Download and install Eclipse and [Android Development Tool-kit](http://developer.android.com/sdk/installing/installing-adt.html#Configure);
* Download and install Android SDK API 18 or above from Android SDK Manager, this sample targets API 18.
* Import the source code from "existing Android code into Workspaces" in Eclipse by clicking file -> Import, browse to the project folder, make sure the "project to Import" appears, and click "finish" button to import the project
* Build the project, fix any errors and generate the *.apk
* Install the *.apk to Android device. You can also test the app directly by installing the binary ADNField360Demo.apk. Follow the standard installing process of Android app.
* After installing, launch the app. Follow Readme-word.docx to get more detailed steps of usage

## License
* This sample is licensed under the terms of the [MIT License](http://opensource.org/licenses/MIT). Please see the [LICENSE](LICENSE) file for full details.
* Copyright of all icons using in this sample belong to the original authors.

##Written by

Xiaodong Liang at Autodesk Inc.