diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-05-14 14:27:11 +0200 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-05-14 14:27:11 +0200 |
commit | 6484782745a29752cf2a9a5015b34494513eb376 (patch) | |
tree | c9b4af4deb4acbac4c394e48d3df7874120d24a1 /README.md | |
parent | a4fbe1308bb4cf61358d8169dd32505e2783a9af (diff) | |
parent | e3104c145727c10ff80cad0fe1e916a0a45239eb (diff) |
Merge branch 'release/3.1'v3.1.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -20,6 +20,7 @@ I'm not adding the "multiple pages" feature to the search section because I assu ## API Multiple calls of the REST API from jikan.moe. Usage of : + + /v3/top/manga + /v3/top/anime + /v3/manga @@ -35,6 +36,7 @@ Usage of ScrollView in the detail page. Thus, items with long synopsis and backg ## Design Used my "personal" theme colors for the app. It consists of some colors of the pink/purple "family" : + + very dark purple : #09022A + very light magenta : #FF70FF + strong pink : #D52C70 @@ -47,12 +49,8 @@ Also added the "bangers" font for the titles. Development done with a Gitflow workflow. I used master, release, develop and feature branches. ## Architecture -I used the MVC architecture. - -## TO-DO -+ Finishing MVC -+ Adding Singleton -+ Clicking on an image opens it full size -+ Firebase -+ Bottom navigation -+ ... +I used the MVC (Model, View, Controller) architecture. + +## Singletons +Usage of singletons. +Used to call APIs. |