Skip to content

Mufiidz/GraphCountry

Repository files navigation

GraphCountry

An Android application for showing Countries


Features

  • Showing list countries
  • Detail country

Library

  1. Hilt for Dependency Injection
  2. ApolloGraphQL for GraphQL Client)
  3. Used AndroidX, Jetpack Compose, Material Design Components 2 & 3, ViewModel, and any more libraries

Data Source

Note

Apollo Kotlin requires a schema to generate type-safe models and code from your queries. From the root of the project, run the following in Android Studio's Terminal tab: ./gradlew :app:downloadApolloSchema --endpoint='<url>' --schema=<location>

About

A project to learn GraphQL using Kotlin Compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages