Refactoring

This commit is contained in:
2021-09-08 17:52:01 +02:00
parent 13f5783f04
commit 04b87d351e
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -41,6 +41,7 @@ Go to the [Releases](https://github.com/eric-ampire/lottiefiles-app/releases) to
- [Maverics](https://airbnb.io/mavericks/#/) - Mavericks is an Android MVI framework that is both easy to learn yet powerful enough for the most complex flows - [Maverics](https://airbnb.io/mavericks/#/) - Mavericks is an Android MVI framework that is both easy to learn yet powerful enough for the most complex flows
- [Ktor](https://github.com/square/retrofit) - construct the REST APIs and paging network data. - [Ktor](https://github.com/square/retrofit) - construct the REST APIs and paging network data.
- [Timber](https://github.com/JakeWharton/timber) - Logging. - [Timber](https://github.com/JakeWharton/timber) - Logging.
- [Github Action](https://docs.github.com/en/actions) - CI/CD
## Challenge and difficulties encountered ## Challenge and difficulties encountered
* The API was not complete and the stories and animators returned by the API did not have IDs, I had to find a strategy to assign IDs to data that did not have them to avoid duplication in the database. * The API was not complete and the stories and animators returned by the API did not have IDs, I had to find a strategy to assign IDs to data that did not have them to avoid duplication in the database.