Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.83 KB

README.md

File metadata and controls

55 lines (38 loc) · 1.83 KB

GameApp

🚧 Project Status: Under Active Development 🚧
Android App that uses Retrofit and Jetpack Compose to easily consume a gaming API and display information about popular games. The app allows users to browse a list of games and view detailed information about each one. The app has a clean, intuitive user interface built with Jetpack Compose, making it easy to use and navigate.

Libraries

  • Retrofit2

  • Coil

  • Compose Navigation :

  • Hilt Navigation

  • LiveData : A lifecycle-aware data holder with observer pattern

  • ViewModel : The viewModel class is designed to store and manage UI-related data in a lifecycle concious way

  • Dagger-Hilt : A dependency injection library for Android that reduces the boilerplate of doing manual dependency injection in your Project

  • Kotlin Coroutines : A Concurrency design pattern that you can use on Android to simplify code that executes asynchronously

  • Material Library : Modular and customizable Material Design UI Components for Android

Features

  • Show a list of games
  • See the details of each game

API Reference

Live games list

  GET https://www.freetogame.com/api/games
Base Url Parameter Type
https://www.freetogame.com/api/ games string

Return details from a specific game

  GET https://www.freetogame.com/api/game?id=452
Base Url Parameter Type Description
https://www.freetogame.com/api/ game?id=452 int Required. id of game

Documentation

Documentation

![App Screenshot] img.png img_1.png