aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClyhtsuriva <aimeric@adjutor.xyz>2021-05-19 10:57:40 +0200
committerClyhtsuriva <aimeric@adjutor.xyz>2021-05-19 10:57:40 +0200
commitdf73df568d1ed8b477d013c23049789723827f30 (patch)
treeb0153c92aaf009c2611ea429a87d2f2b842e403a
parentcccf03dbafbb5605f530e14912dfa15418d22db0 (diff)
parent3f27500431c5e76b0cc9cb6ec384ef40da249609 (diff)
Merge branch 'release/3.2.1'
-rw-r--r--README.md27
1 files 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.
+<br/><br/>
+ Details of a chosen element from the recycler view with an intent object
Title, synopsys and background clickable.
URL link openable.
+<br/><br/>
+ 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
+<img src="https://adjutor.xyz/gif/refresh-feature.gif" alt="swipe_refresh" width="300"/>
+
+### Previous
Displaying a snack when hitting the previously button on the first page :
-<img src="https://adjutor.xyz/gif/prev-button-message.gif" alt="Previous_button_on_first_page" width="400"/>
+<img src="https://adjutor.xyz/gif/prev-button-message.gif" alt="previous_button_on_first_page" width="300"/>
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
+
+<img src="https://adjutor.xyz/gif/next-button.gif" alt="next_button" width="300"/>
+
+### Text selection and openable link
+
+<img src="https://adjutor.xyz/gif/text-selection-and-link.gif" alt="next_button" width="300"/>
+
+### Search
+
+<img src="https://adjutor.xyz/gif/search-feature.gif" alt="search_pages" width="300"/>
+
## 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.