Skip to content

emrekose26/Valorant-Guide-Compose

Repository files navigation

Valorant Guide

Valorant Guide is a sample Android application using Valorant API built with Jetpack Compose

Screenshots 📷

Tech Stack 🛠️

  • Kotlin - First class and official programming language for Android development.
  • Jetpack Compose - Declarative and simplified way for UI development.
  • Compose Navigation - The Navigation component provides support for Jetpack Compose applications.
  • Coroutines - For asynchronous programming.
  • Flow - A cold asynchronous data stream that sequentially emits values and completes normally or with an exception.
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
  • Hilt - Dependency Injection Framework
  • Retrofit - A type-safe HTTP client for Android and Java.
  • Moshi - A modern JSON library for Kotlin and Java.
  • Moshi Converter - A Converter which uses Moshi for serialization to and from JSON.
  • Coil - An image loading library for Android.
  • Accompanist - Accompanist is a group of libraries that aim to supplement Jetpack Compose with features that are commonly required by developers but not yet available.
  • ExoPlayer - ExoPlayer is an application level media player for Android.

Architecture 🗼

This project follows the MVVM architecture and repository pattern.

Contribute 🤝

If you want to contribute to this library, you are always welcome!

LICENSE


Copyright (C) 2022 Emre Köse

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..