Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 2.27 KB

README.md

File metadata and controls

41 lines (35 loc) · 2.27 KB

Valorant Guide

Overview

Valorant Guide is an Android application designed to provide comprehensive information about various aspects of the popular game Valorant. It serves as a reference tool for players who want to learn more about weapons, characters, and other game-related data.

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4

Technologies Used

  • Language: Kotlin
  • UI Toolkit: Jetpack Compose
  • Architecture: MVVM (Model-View-ViewModel)
  • Dependency Injection: Hilt
  • Database: Room
  • Networking: Retrofit
  • JSON Parsing: Moshi
  • Image Loading: Coil
  • Material Design Components: Material 3
  • Memory Leak Detection: LeakCanary

Features

  • Display detailed information about weapons, characters, and other game-related data.
  • Modularized by layers for better code organization and maintainability.
  • Utilizes a single activity architecture for improved performance.
  • Implements ViewModel to manage UI-related data in a lifecycle-conscious manner.

Acknowledgements