liodali / TransformerBattle

Android Application illustrate Cybetron war between Autobots and decepticon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TransformerWar

Android application build it with kotlin that illustrate battle between autobots and decepticon

In this project, we implement the clean architecture
  • we have 3 layer:

    • App module : This module contains all of the code related to the UI/Presentation layer such as activities,fragment,dialog,custom views and contain viewmodel,dependency injection module app
    • Core : holds all concrete implementations of our repositories,usecaes and other data sources like network
    • Domain module : contain all interfaces of repositories ,usecase and data classes

we used hilt as dependency injection for this project and retorfit to make http calls

screenshots

list of transformers popup to select team of new transformer game stated game was terminated game stated game was terminated

About

Android Application illustrate Cybetron war between Autobots and decepticon


Languages

Language:Kotlin 100.0%