https://github.com/bod/apollo-kotlin-tutorial-compose
apollo-kotlin-tutorial-compose
https://github.com/bod/apollo-kotlin-tutorial-compose
Last synced: about 2 months ago
JSON representation
apollo-kotlin-tutorial-compose
- Host: GitHub
- URL: https://github.com/bod/apollo-kotlin-tutorial-compose
- Owner: BoD
- License: mit
- Created: 2023-03-08T08:56:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T10:24:44.000Z (over 3 years ago)
- Last Synced: 2025-01-11T10:39:25.106Z (over 1 year ago)
- Language: Kotlin
- Size: 135 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apollo Kotlin Tutorial
This is the tutorial application for working with the [Apollo Kotlin SDK](https://github.com/apollographql/apollo-kotlin).
The tutorial is available through our documentation site: [Android Tutorial](https://www.apollographql.com/docs/kotlin/tutorial/00-introduction/).
For copy errors in the tutorial, please file bugs against the main [`apollo-android` repo](https://github.com/apollographql/apollo-kotlin). For broken code, please file issues on this repo.
This repo has two branches:
* [main](https://github.com/apollographql/apollo-kotlin-tutorial/tree/main) is the final state of the application with all functionality
* [initial](https://github.com/apollographql/apollo-kotlin-tutorial/tree/initial) is the starter project with the boilerplate and UI code already written but no Apollo Kotlin code.