diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -2,23 +2,20 @@ ## Features -List of elements used in top manga and top anime with a recycler view ++ List of elements used in top manga and top anime with a recycler view 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 ++ 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. ++ Search pages for animes and mangas. They display the data in a recycler view similar to the tops. @@ -83,3 +80,6 @@ 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"/> 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. + +## 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. |