Read Medium articles freely without limits.
Also you can see XMedium if you want to.
Share your Medium article link and start reading.
Or Download APK
testing intents (deep links)
adb shell am start -a android.intent.action.VIEW -d "https://medium.com/89554d1096ae" gh.cloneconf.nedium
Graphql schema
-
Edit schema file:
/schema.graphql
-
Generate introspection json and put in: (using e.g.: https://transform.tools/graphql-to-introspection-json):
src/main/graphql/com/medium/schema.json
-
Put all the graphql requests in:
src/main/graphql/com/medium