An open API service indexing awesome lists of open source software.

https://github.com/wkrzywiec/gamescluster

Android application that can be used for searching videp games information. RxJava, Retrofit, MVVM pattern
https://github.com/wkrzywiec/gamescluster

android api-client data-binding glide mvvm-architecture recyclerview retrofit2 rxjava2

Last synced: 7 months ago
JSON representation

Android application that can be used for searching videp games information. RxJava, Retrofit, MVVM pattern

Awesome Lists containing this project

README

          

# Games Cluster (Android)

Availble to download here:


Get it on Google Play

## General info

Android application that can helps you finding information about your favourite video games.Except for basic information like title, release date, short description, screenshots and similar games it provides links to Youtube trailers, reviews and gamplays. Everything in one, small application!

## Screenshots




## Technical info

Application is using two open APIs - Giant Bomb API and Youtube API. The project is structured using Model-View-ViewModel pattern (MVVM). Also for API calls RxJava 2 and Retrofit 2 frameworks were used. For picture loading Glide was used.