Easy app to explore Marvel characters
- display list of characters
- search character by id
- 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".
- Clone the repo
$ git clone https://github.com/andrjuxa121/MarvelApp.git
- Open project in Android studio or IntelliJ IDEA
- Run on android device using your IDE's tools.