Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.17 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.17 KB

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.