All Projects → harrunisk → Games

harrunisk / Games

Licence: MIT license
The Games app has two features which are listing and showing detail of games.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Games

movies
An example approach for modularization, reactive clean architecture and persistancy.
Stars: ✭ 110 (+633.33%)
Mutual labels:  clean-architecture, dagger2, repository-pattern, rxkotlin, modularization
Stocker
Stocker is a currency monitoring app. It offers instant currency rates of banks.
Stars: ✭ 38 (+153.33%)
Mutual labels:  clean-architecture, dagger2, repository-pattern, modularization
Modular App Core
Core implementations for a modular Android App
Stars: ✭ 127 (+746.67%)
Mutual labels:  clean-architecture, dagger2, repository-pattern, modularization
Blockchain Tracker
A blockchain market tracking app. Example implementation of reactive clean architecture and testing.
Stars: ✭ 30 (+100%)
Mutual labels:  clean-architecture, dagger2, repository-pattern, rxkotlin
Kotlin Modular Tdd Coroutines Mvvm
A sample Kotlin app which was built with modular structure, Kotlin DSL, Kotlin Coroutines, TDD and MVVM patterns.
Stars: ✭ 256 (+1606.67%)
Mutual labels:  clean-architecture, dagger2, modularization
modern-android
Modern Android Project Skeleton
Stars: ✭ 17 (+13.33%)
Mutual labels:  clean-architecture, repository-pattern, rxkotlin
Web Dev Tools Android
Sample Android Application - MVVM, Clean Architecture, Modularization, Repository Pattern
Stars: ✭ 215 (+1333.33%)
Mutual labels:  clean-architecture, repository-pattern, modularization
GithubApp-android-architecture
Let's learn a deep look at the Android architecture
Stars: ✭ 16 (+6.67%)
Mutual labels:  clean-architecture, dagger2, repository-pattern
Theatre
Pet project using Clean Architecture + MVVM + Reactive Extensions + Android Architecture Components. The data are fetched from LondonTheatreDirect API. 🎭
Stars: ✭ 577 (+3746.67%)
Mutual labels:  clean-architecture, dagger2, rxkotlin
Star Wars Shop
Simple project with clean architecture and android lifecycle
Stars: ✭ 37 (+146.67%)
Mutual labels:  clean-architecture, dagger2, rxkotlin
Githubprojectbrowser
This is a sample Android Project that is based on Clean Architecture
Stars: ✭ 64 (+326.67%)
Mutual labels:  clean-architecture, dagger2, rxkotlin
Kotlinrxmvparchitecture
Clean MVP Architecture with RxJava + Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Includes Unit Tests(Kotlin Tests)!
Stars: ✭ 94 (+526.67%)
Mutual labels:  clean-architecture, dagger2, rxkotlin
MVPArchitecture
Android MVP architecture in Kotlin using Dagger2, RxJava2, Retrofit2 and so on
Stars: ✭ 27 (+80%)
Mutual labels:  clean-architecture, dagger2, rxkotlin
Clean Marvel Kotlin
This repository contains a detailed sample app that implements Clean architecture and MVP in Kotlin using RxJava2, Retrofit
Stars: ✭ 27 (+80%)
Mutual labels:  clean-architecture, dagger2, rxkotlin
Weatherapp
5 Day Forecast app that works on Android and uses latest tools (Kotlin, Navigation, Room, LiveData, Databinding, Dagger 2)
Stars: ✭ 426 (+2740%)
Mutual labels:  clean-architecture, dagger2, rxkotlin
BESTV
Android TV App powered by TMDb. It is a easy way to find the best TV content, the top movies, series... all of that in your TV.
Stars: ✭ 49 (+226.67%)
Mutual labels:  clean-architecture, dagger2, modularization
Price Tracker
Price Tracking Application - An experimental Kotlin Android project with complex android app requirements.
Stars: ✭ 80 (+433.33%)
Mutual labels:  dagger2, repository-pattern, rxkotlin
Android Kotlin Modulerized Cleanarchitecture
🚀 Example modularized android application with single activity written in Kotlin
Stars: ✭ 180 (+1100%)
Mutual labels:  clean-architecture, dagger2, modularization
Business Search App Java
Showcases object oriented programming in Java, Java Swing, Kotlin, and Android
Stars: ✭ 53 (+253.33%)
Mutual labels:  clean-architecture, dagger2, rxandroid2
Doubanbook
一个基于 Clean 架构以及 Retrofit , RxKotlin , Dagger 框架实现的 Kotlin for Android App 。
Stars: ✭ 151 (+906.67%)
Mutual labels:  clean-architecture, dagger2, rxkotlin

Games

Kotlin Version API Android Studio

Games

Architecture

Patterns

Approaches

Technology Stack

Layers

  • Data (This layer responsible for all kind of data calls and holding the data.)
  • Domain (The layer is responsible for data migration between Data and Presentation layers. It can be used every kind of kotlin project. It is not only for android)
  • Presentation (UI stuff such as displaying data, user interaction)

License

MIT License

Copyright (c) 2020 harrunisk

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].