diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-23 14:53:15 +0100 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-23 14:53:15 +0100 |
commit | 9e1f3503c1a80d7e108f60f9065ae08abb7c2b3f (patch) | |
tree | 9e16a1bd78be4ba2d5b47ae90add86ad9ccf58ec /README.md | |
parent | c39f8d7212b8973893ef1197655a3ecafef9804f (diff) |
Started README and moved the packages.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..9777d6c --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +List of elements used in top manga and top anime with a recycler view +SwipeRefresh used to refresh the list data. + +Details of a chosen element from the recycler view with an intent object +Title, synopsys and background clickable. +URL link openable. + +Multiple calls of the REST API from jikan.moe. +Usage of : +/v3/top/manga +/v3/top/anime +/v3/manga +/v3/anime + +Data storage with sharedpreferences used for the recycler view of top manga and top anime as well as the details +Saves the detail page of an item when opened, not when the list is shown +Usage of ScrollView in the detail page. Thus, items with long synopsis and background aren't cut down. + +Used my "personal" theme colors for the app. +It consists of colors of the pink/purple "family" : +very dark purple : #09022A +very light magenta : #FF70FF +strong pink : #D52C70 +slightly desaturated magenta : #c583b6 + + +Development done with a Gitflow workflow. |