From 3f27500431c5e76b0cc9cb6ec384ef40da249609 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Wed, 19 May 2021 10:56:40 +0200 Subject: Update README.md --- README.md | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 07cff78..1fe5980 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,14 @@ SwipeRefresh used to refresh the list of data of the first page. Use the button (prev and next) to navigate with ease through the pages. +

+ 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. @@ -28,7 +30,7 @@ Clicking on a searched item also opens a detail page of it. I'm not adding the "multiple pages" feature to the search section because I assume the user should use a more precise query if what he's looking for doesn't show up in the first page. ## API -Multiple calls of the REST API from jikan.moe. +Multiple calls of the REST API from [jikan.moe](https://jikan.moe). Usage of : @@ -71,15 +73,28 @@ Usage of singletons. Used to call APIs. ## Usage -### Swipe refresh feature -### Search feature +### Swipe refresh -### Previous feature +swipe_refresh + +### Previous Displaying a snack when hitting the previously button on the first page : -Previous_button_on_first_page +previous_button_on_first_page This is a reminder since there's a bug (or a feature ;) ) that reset the page number inside the app/code but not the actual list displayed. +### Next + +next_button + +### Text selection and openable link + +next_button + +### Search + +search_pages + ## You Should Know -YSK : Searching for an item using 2 or less characters will result in an API error. This error is normal, it comes from the REST API I'm using. +Searching for an item using 2 or less characters will result in an API error. This error is normal, it comes from the REST API I'm using. -- cgit v1.2.3