diff options
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. |