Skip to content

andrjuxa121/MarvelApp

Repository files navigation

MarvelApp

Easy app to explore Marvel characters

Features include:

  • display list of characters
  • search character by id

Preview

Video preview

Used libraries:

  • Kotlin coroutines - a coroutine is a concurrency design pattern that you can use on Android to simplify code that executes asynchronously
  • Retrofit - is a REST client for Android, that makes easy to get and load JSON (or other structured data) through a REST based web service.
  • Swiperefreshlayout - a UI component that handle gesture "Pull to Refresh".

Getting started

  1. Clone the repo
 $ git clone https://github.com/andrjuxa121/MarvelApp.git
  1. Open project in Android studio or IntelliJ IDEA
  2. Run on android device using your IDE's tools.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages