SkillAgentSearch skills...

GraphQLTrial

GraphQL Trial with Github Api

Install / Use

/learn @memreyilmaz/GraphQLTrial
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<h1 align="center">GraphQLTrial</h1> <p align="center"> GraphQLTrial is a demo application based on modern Android application tech-stacks and MVVM architecture.<br>App fetching data from the network via repository pattern.<br> </p> </br> ### Please add your GitHub Token to GITHUB_TOKEN field in Constants to build and run this project

Tech stack & Open-source libraries

  • Minimum SDK level 26
  • Kotlin based, Coroutines for asynchronous.
  • Hilt for dependency injection.
  • JetPack
    • LiveData - notify domain layer data to views.
    • Lifecycle - dispose of observing data when lifecycle state changes.
    • ViewModel - UI related data holder, lifecycle aware.
    • Navigation - Navigation refers to the interactions that allow users to navigate across, into, and back out from the different pieces of content within your app.
  • Architecture
    • MVVM Architecture (View - ViewBinding - ViewModel - Model)
    • Repository pattern
  • Apollo - The industry-standard open-source GraphQL client for web, iOS and Android apps with everything you need to fetch, cache, and modify application data.
  • Glide - Glide is a fast and efficient open source media management and image loading framework for Android that wraps media decoding, memory and disk caching, and resource pooling into a simple and easy to use interface.
  • Custom Views

Architecture

GraphQLTrial is based on MVVM architecture and a repository pattern.

GraphQL Endpoint

GraphQLTrial is using the GitHub GraphQL API endpoint for data source.<br> GitHub GraphQL API provides precise and flexible queries for the data needed to integrate with GitHub.

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated3y ago
Forks0

Languages

Kotlin

Security Score

55/100

Audited on Aug 19, 2022

No findings