Skip to content

Commit 43d9633

Browse files
authored
Merge pull request graphql#1076 from martinbonnin/patch-3
Update apollo-android.md
2 parents e8b852e + 3ea0e28 commit 43d9633

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed
Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
---
22
name: Apollo Android
3-
description: A strongly-typed, caching GraphQL client for Android, written in Java.
3+
description: A strongly-typed, caching GraphQL client for Android, the JVM and Kotlin multiplatform.
44
url: https://github.com/apollographql/apollo-android
55
github: apollographql/apollo-android
66
---
77

8+
Apollo Android is a Kotlin client with support for Android, Java8+, iOS and MacOS. It features:
89

10+
* Java and Kotlin code generation
11+
* Queries, Mutations and Subscriptions
12+
* Reflection-free parsing of responses
13+
* Normalized cache
14+
* HTTP cache
15+
* File uploads
16+
* Persisted queries
17+
* Query batching
18+
* Custom scalar types
19+
* Reactive bindings for: RxJava2, RxJava3, Coroutines, Reactor and Mutiny

0 commit comments

Comments
 (0)