/ValorantAgents

A project listing the characteristics of Valorant agents

Primary LanguageKotlin

Valorant Agents

An application that lists valorant agents using nested recycler view.

📖 Description :

  • This application is designed to list Valorant agent data fetched from a remote server using Retrofit, displayed in nested RecyclerViews

  • You can view the agents by their roles.


⚙️ Library Versions :

Library Version
Coroutines 1.8.1
Navigation 2.7.7
Retrofit 2.11.0
Glide 4.16.0
Gson 2.11.0

GIF

Card Scanner App


  • The MVVM architecture was attempted to be applied during the development of this application. MVVM
  • The Navigation library was used for navigation between Fragments. Navigation
  • The Retrofit2 library was used to fetch data from a remote server. Retrofit2
  • The Glide library was used to display images fetched as data on the screen. Glide

🛠️ Features Under Development:

  • The Hilt library will be implemented to fully achieve dependency injection.
  • A Details fragment will be added, allowing you to view more detailed information about an agent when you click on it.