GithubHelp home page GithubHelp logo

jackvon13 / valorant-agents Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ahmedvargos/valorant-agents

0.0 0.0 0.0 1.43 MB

Valorant Agents app is a small Multi-Module demo application to demonstrate modern Android application tech-stacks with a Multi-module and MVVM architecture, with emphasize on Unit & UI testing.

Kotlin 100.00%

valorant-agents's Introduction

Valorant Agents

License API Kotlin MVVM Coroutines

UI

Design by: Malik Abimanyu

Valorant Agents app is a small Multi-Module demo application to demonstrate modern Android application tech-stacks with a Multi-module and MVVM architecture, with emphasize on Unit & UI testing.

Tech stack & Open-source libraries

  • Minimum SDK level 21
  • Kotlin
  • Coroutines
  • Flow
  • StateFlow
  • Koin for dependency injection.
  • Hilt is a dependency injection library for Android, it can be viewed in a different branch here
  • JetPack
    • LiveData - Notify domain layer data to views.
    • Lifecycle - Dispose of observing data when lifecycle state changes.
    • Fragment-ktx - A set of Kotlin extensions that helps with fragment lifecycle.
    • ViewBinding - Allows you to more easily write code that interacts with views
    • ViewPager2 - ViewPager2 replaces ViewPager, addressing most of its predecessor’s pain-points.
    • ViewModel - UI related data holder, lifecycle aware.
    • SharedViewModel - To make communication between fragments and host activity.
    • Room Persistence - construct a database using the abstract layer.
  • Architecture
    • Multi-module design for the app.
    • MVVM Architecture (View - DataBinding - ViewModel - Model)
    • Repository pattern (NetworkBoundResource)
    • Clean Architecture approach.
  • Gradle KotlinDsl
  • Retrofit2 & OkHttp3 - Construct the REST APIs.
  • Moshi - A Modern JSON library for Android and Java.
  • Glide - For Loading images from Urls.
  • Barista - Barista makes developing UI test faster, easier and more predictable.
  • Ktlint- An anti-bikeshedding Kotlin linter with a built-in formatter.
  • Material-Components - Material design components.
  • CI/CD with github Actions - Automate, customize, and execute your software development workflows.

Architecture

Valorant Agents is Multi-modular application with a meaningful separation for layers and features with the necessary grouping. With MVVM architecture with an additional Domain layer for each module by itself.

Modules Design:

  • App
  • Core:
    • Base
    • Local
    • Remote
    • Navigator
    • UiComponents
  • Features:
    • Home
    • Agent_Details
    • Favorites
    • Agent_List

architecture

Open API

Valorant Agents uses the Valorant-api for required data. Valorant-api provides an extensive API containing data of most in-game items, assets and more!

Tasks

  • Creating the project structure

  • Implementing all features

  • Writing test cases

License

Designed and developed by 2020 AhmedVargos

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

valorant-agents's People

Contributors

ahmedvargos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.