Geem-Compose icon indicating copy to clipboard operation
Geem-Compose copied to clipboard

🎮 GEEM demonstrates modern Android development with Clean Architecture using Jetpack Compose, Hilt, Coroutines, Flow, Room, ViewModel, and Material Design based on MVVM architecture.

GEEM

License API Build Status
Contributors Fork Stars Issues Linkedin

🎮 GEEM demonstrates modern Android development with Clean Architecture using Jetpack Compose, Hilt, Coroutines, Flow, Room, ViewModel, and Material Design based on MVVM architecture.
Explore the docs »

View Demo · Report Bug · Request Feature

Product Name Screen Shot

Download

Go to the Releases to download the latest APK.

Tech stack & Open-source libraries

  • Minimum SDK level 26
  • Kotlin based, Coroutines + Flow for asynchronous.
  • Jetpack
    • Compose: Modern toolkit for building native UI
    • Lifecycle: Observe Android lifecycles and handle UI states upon the lifecycle changes.
    • ViewModel: Manages UI-related data holder and lifecycle aware. Allows data to survive configuration changes such as screen rotations.
    • Room: Constructs Database by providing an abstraction layer over SQLite to allow fluent database access.
    • Hilt: for dependency injection.
  • Architecture
    • Clean Architecture
    • MVVM Architecture (Model - View - ViewModel)
    • Repository Pattern
  • Compose Destination: A KSP library that processes annotations and generates code that uses Official Jetpack Compose Navigation under the hood.
  • Retrofit2 & OkHttp3: Construct the REST APIs and paging network data.
  • Sandwich: Construct a lightweight and modern response interface to handle network payload for Android.
  • Moshi: A modern JSON library for Kotlin and Java.
  • ksp: Kotlin Symbol Processing API.
  • Material-Components: Material design components for building ripple animation, and CardView.
  • Coil: Loading images from network.
  • Media3: A media player is an app-level component that allows playback of video and audio files.
  • Timber: A logger with a small, extensible API.

Getting Started

To set up a local copy of the project and get it runs smoothly on your machine, you can follow these easily accomplished straightforward steps:

Installation

  1. Get a free API Key at RAWG
  2. Clone the repo
git clone https://github.com/ariastro/Geem-Compose.git
  1. Enter your API in local.properties
API_KEY = 'YOUR_API_HERE';

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Ari SWS - [email protected]

Project Link: https://github.com/ariastro/Geem-Compose

Open API

GEEM using the Rawrg for constructing RESTful API. RAWG is the largest video game database and game discovery service.

Find this repository useful? :heart:

Support it by joining stargazers for this repository. :star:
Also, follow me on GitHub for my next creations! 🤩

License

Copyright (c) 2023 Ari SWS

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.