aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClyhtsuriva <aimeric@adjutor.xyz>2021-03-02 16:35:55 +0100
committerClyhtsuriva <aimeric@adjutor.xyz>2021-03-02 16:35:55 +0100
commit2d51793b3ff0ff60c6c26e31811538e6b81ab154 (patch)
tree8b2ee393dee39dfc50bc35406a31504fd680bdc4
parentd5dd918f2c8c0f29c70379fce6e40b79141c798a (diff)
Update README.md
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index d2c01dd..3072d2d 100644
--- a/README.md
+++ b/README.md
@@ -5,12 +5,18 @@ Details of a chosen element from the recycler view with an intent object
Title, synopsys and background clickable.
URL link openable.
+Search pages for animes and mangas.
+They display the data in a recycler view similar to the tops.
+A feature has been added that hides the keyboard when the query is submitted by the user.
+
Multiple calls of the REST API from jikan.moe.
Usage of :
/v3/top/manga
/v3/top/anime
/v3/manga
/v3/anime
+/v3/search/manga
+/v3/search/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