Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hall9zeha committed Mar 2, 2024
1 parent 0067b60 commit 1ac2cae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.es.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# AndroidFlavoursApp
<img src="https://github.com/hall9zeha/AndroidFlavoursApp/blob/main/app/src/free/res/mipmap-xxxhdpi/ic_launcher.webp" alt="drawing" width="24%" height="24%"/>|<img src="https://github.com/hall9zeha/AndroidFlavoursApp/blob/main/app/src/paid/res/mipmap-xxxhdpi/ic_launcher.webp" alt="drawing" width="24%" height="24%"/>

<p align="center">
<a href="https://opensource.org/licenses/mit"><img alt="License" src="https://img.shields.io/badge/License-MIT-yellow.svg"/></a>
<a href="https://android-arsenal.com/api?level=24"><img alt="API" src="https://img.shields.io/badge/API-24%2B-brightgreen.svg?style=flat"/></a>
<a href="https://github.com/hall9zeha/AndroidFlavoursApp/actions/workflows/ci.yml"><img alt="Build Status" src="https://github.com/hall9zeha/AndroidFlavoursApp/actions/workflows/ci.yml/badge.svg"/></a>
</p>


Aplicación de Android escrita en Kotlin que usa la [API TMDB movies](https://developer.themoviedb.org/reference/intro/getting-started) para mostrar una lista de películas. Implementa diferentes variantes (flavors) para adaptarse a diversas necesidades y preferencias de los usuarios.

[![en](https://img.shields.io/badge/lang-en-red.svg)](https://github.com/hall9zeha/AndroidFlavoursApp/blob/main/README.md)
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# AndroidFlavoursApp
<img src="https://github.com/hall9zeha/AndroidFlavoursApp/blob/main/app/src/free/res/mipmap-xxxhdpi/ic_launcher.webp" alt="drawing" width="24%" height="24%"/>|<img src="https://github.com/hall9zeha/AndroidFlavoursApp/blob/main/app/src/paid/res/mipmap-xxxhdpi/ic_launcher.webp" alt="drawing" width="24%" height="24%"/>

<p align="center">
<a href="https://opensource.org/licenses/mit"><img alt="License" src="https://img.shields.io/badge/License-MIT-yellow.svg"/></a>
<a href="https://android-arsenal.com/api?level=24"><img alt="API" src="https://img.shields.io/badge/API-24%2B-brightgreen.svg?style=flat"/></a>
<a href="https://github.com/hall9zeha/AndroidFlavoursApp/actions/workflows/ci.yml"><img alt="Build Status" src="https://github.com/hall9zeha/AndroidFlavoursApp/actions/workflows/ci.yml/badge.svg"/></a>
</p>

Android application written in Kotlin that utilizes the [API TMDB movies](https://developer.themoviedb.org/reference/intro/getting-started) to display a list of movies. It implements different variants (flavors) to cater to various user needs and preferences.

[![en](https://img.shields.io/badge/lang-en-red.svg)](https://github.com/hall9zeha/AndroidFlavoursApp/blob/main/README.md) [![es](https://img.shields.io/badge/lang-es-yellow.svg)](https://github.com/hall9zeha/AndroidFlavoursApp/blob/main/README.es.md)
Expand Down

0 comments on commit 1ac2cae

Please sign in to comment.