An open API service indexing awesome lists of open source software.

https://github.com/voghdev/rickandmorty

Some refactors and architectural research on top of juan1393/RickAndMorty/
https://github.com/voghdev/rickandmorty

Last synced: 4 months ago
JSON representation

Some refactors and architectural research on top of juan1393/RickAndMorty/

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/voghDev/RickAndMorty.svg?branch=master)](https://travis-ci.org/voghDev/RickAndMorty)

# RickAndMorty
Android app showing a Clean Architecture implementation using Rick and Morty API

This is a fork of [the original repo from @juan1393][1], adding some refactors and improvements

Huge thanks to [Juan][2] for the original codebase to start

- Added Instrumentation Tests with espresso
- Configured koin to replace all dependencies with Test doubles of our preference
- Replaced custom `Either` class with `Either` from [arrow-kt][3]
- Added Continous Integration with [travis-ci][4]
- Renamed Views

![Screenshot][5]

[1]: https://github.com/juan1393/RickAndMorty
[2]: https://github.com/juan1393
[3]: https://arrow-kt.io/
[4]: https://travis-ci.com
[5]: ./screenshots/rickandmorty.gif