Skip to content

Commit

Permalink
Update README.md to add demo gif
Browse files Browse the repository at this point in the history
  • Loading branch information
enginebai committed Jul 20, 2020
1 parent 9adb283 commit 1ab3fa5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# MovieHunt
<h1 align="center">MovieHunt</h1>

MovieHunt is a sample Android project using [The Movie DB](https://www.themoviedb.org/) API based on MVVM architecture. It showcases the app development with well-designed architecture and up-to-date Android tech stacks.
<p align="center">
MovieHunt is a sample Android project using <a href="https://www.themoviedb.org/">The Movie DB</a> API based on MVVM architecture. It showcases the app development with well-designed architecture and up-to-date Android tech stacks.

![MovieHunt](./art/MovieHunt.png)

</p>

## Features
* 100% Kotlin
* MVVM architecture
Expand All @@ -14,6 +17,8 @@ MovieHunt is a sample Android project using [The Movie DB](https://www.themovied
* CI support (Upcoming)
* Testing (Upcoming)

<img src="./art/moviehunt-demo.gif" align="right" width="32%"/>

## Tech Stacks
* [Retrofit](http://square.github.io/retrofit/) + [OkHttp](http://square.github.io/okhttp/) - RESTful API and networking client.
* [Koin]() - Dependency injection.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import io.reactivex.schedulers.Schedulers
import org.koin.core.KoinComponent
import org.koin.core.inject

const val DEFAULT_PAGE_SIZE = 10
const val DEFAULT_PAGE_SIZE = 5

interface MovieRepo {
fun fetchMovieList(category: MovieCategory, pageSize: Int = DEFAULT_PAGE_SIZE): Listing<MovieModel>
Expand Down
Binary file added art/moviehunt-demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1ab3fa5

Please sign in to comment.