diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 27 |
1 files changed, 21 insertions, 6 deletions
@@ -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. |