Skip to content

Commit

Permalink
Add demo gifs to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
cemtuver committed Mar 8, 2023
1 parent 39d2ad1 commit f29fa64
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center">
Android The Movie Database Showcase
"The Movie Database" Android Showcase
<br />
<a href="https://github.com/cemtuver/android-movies/releases">
<img src="https://img.shields.io/github/v/release/cemtuver/android-movies?include_prereleases&label=version">
Expand All @@ -10,6 +10,21 @@ Want to try it out?
<br />
The latest APK file is available on the [releases page](https://github.com/cemtuver/android-movies/releases).

<table>
<tr>
<td>
<p align="center">
<img alt="App demo" styl="max-widht: 380px" src="./docs/app_demo.gif" />
</p>
</td>
<td>
<p align="center">
<img alt="App demo in dark mode" styl="max-widht: 380px" src="./docs/app_demo_dark.gif" />
</p>
</td>
</tr>
</table>

## Features
- List and view popular movies on [The Movie Database (TMDB)](https://www.themoviedb.org/)
- Able to run offline with local data persistence
Expand Down Expand Up @@ -37,6 +52,7 @@ The latest APK file is available on the [releases page](https://github.com/cemtu
<li>Room</li>
<li>Room paging</li>
<li>Retrofit</li>
<li>RemoteMediator</li>
</ul>
<b>Architectural components</b>
<ul>
Expand Down

0 comments on commit f29fa64

Please sign in to comment.