Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.26 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.26 KB

Random Animal Facts

Android application that generates random animal facts.

Have you ever wanted to learn more about animals, but don't know which ones to learn about first? Let this application decide for you! This application features:

🔹 Randomly generated animal facts.
🔹 Ability to save your favorite animal facts.
🔹 Edit your saved favorite animals by deleting some, or all in one button click.
🔹 Clean design using Material 3.

Project Video

This project is currently in development. Below is a video of the GenerateFactsScreen, where you can see the design and functionality of getting animal facts!

Random.Animal.Facts.GenerateFactScreen.kt.Random_Animal_Facts.app.main.2022-08-12.11-06-34.mp4

Technology

Languages

🔹 Kotlin
🔹 SQL

Database

🔹 ROOM Database

Dependecy Injection

🔹 Dagger-Hilt

Libraries

🔹 Retrofit (2.9.0)
🔹 Coil (2.1.0)
🔹 Google Fonts (1.2.0-beta01)

Testing & architecture

🔹 JUnit 4
🔹 MVVM