https://github.com/voghdev/teamwork-sample
Sample Master-detail App displaying user Projects from Teamwork Projects API
https://github.com/voghdev/teamwork-sample
Last synced: 9 months ago
JSON representation
Sample Master-detail App displaying user Projects from Teamwork Projects API
- Host: GitHub
- URL: https://github.com/voghdev/teamwork-sample
- Owner: voghDev
- Created: 2019-01-10T17:47:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T16:09:51.000Z (almost 7 years ago)
- Last Synced: 2025-02-17T21:16:35.089Z (11 months ago)
- Language: Kotlin
- Size: 602 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Teamwork Projects Sample
[](https://travis-ci.org/voghDev/teamwork-sample)
Sample Android App to list user projects from Teamwork Projects API
This App features a basic master-detail flow.
- The Main Screen: `MainActivity` displays all projects from the user
- When tapping on a Project, it navigates to ProjectDetail
- `ProjectDetailActivity` shows data about the selected project
Installing
----------
Clone this repository and create a file in the project root folder named `teamwork-api.properties`. Paste your Teamwork Api Token on it with this format:
apiToken=abc12345
where `abc12345` is your Teamwork Api Token. You can see an example in [teamwork-api-sample.properties][1]
Then you can open the project with Android Studio 3.x and launch the App.
This project has been built using Android Studio 3.3 Canary 13
[1]: https://github.com/voghDev/teamwork-sample/blob/master/teamwork-api-sample.properties