Skip to content

An Android application implemented using the MVVM pattern, Coroutines Flow, StateFlow, Retrofit, Dagger-Hilt, ViewModel, Navigation Component, View Binding

emrekose26/Pokedex

Repository files navigation

Pokedex App

An Android application implemented using the MVVM pattern, Coroutines Flow, StateFlow, Retrofit, Dagger-Hilt, ViewModel, Navigation Component, View Binding and some other libraries. The app fetches data from the Poke API to provide pokemon informations.

Built With:

  • Kotlin First class and official programming language for Android development.
  • Coroutines help in managing background threads and reduces the need for callbacks.
  • Flow A cold asynchronous data stream that sequentially emits values and completes normally or with an exception.
  • StateFlow A Flow that represents a read-only state with a single updatable data value that emits updates to the value to its collectors
  • Hilt for Dependency Injection
  • Retrofit A type-safe HTTP client for Android and Java.
  • OkHttp for HTTP and HTTP/2 client
  • ViewModel to store and manage UI-related data in a lifecycle conscious way.
  • Navigation Component to handle all navigations and also passing of data between destinations.
  • Material Design Modular and customizable Material Design UI components for Android.
  • Gradle Kotlin DSL provides an alternative syntax to the traditional Groovy DSL with an enhanced editing experience in supported IDEs, with superior content assist, refactoring, documentation, and more.
  • Moshi A modern JSON library for Kotlin and Java.
  • View Binding Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views.
  • Coil An image loading library for Android backed by Kotlin Coroutines.

TODO

  • Room database implementation
  • Add test cases

LICENSE


Copyright (C) 2020 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..

About

An Android application implemented using the MVVM pattern, Coroutines Flow, StateFlow, Retrofit, Dagger-Hilt, ViewModel, Navigation Component, View Binding

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages