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
- Host: GitHub
- URL: https://github.com/wkrzywiec/gamescluster
- Owner: wkrzywiec
- Created: 2017-08-22T03:56:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-03T18:37:56.000Z (almost 8 years ago)
- Last Synced: 2025-02-09T18:18:01.388Z (8 months ago)
- Topics: android, api-client, data-binding, glide, mvvm-architecture, recyclerview, retrofit2, rxjava2
- Language: Java
- Homepage:
- Size: 1.37 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Games Cluster (Android)
Availble to download here:
## 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.