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
- Host: GitHub
- URL: https://github.com/adn-devtech/adn-field-android-sample
- Owner: ADN-DevTech
- Created: 2015-03-09T04:24:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-09T05:53:58.000Z (about 11 years ago)
- Last Synced: 2025-08-23T05:36:37.662Z (7 months ago)
- Language: Java
- Size: 6.69 MB
- Stars: 2
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.