diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-03-23 10:54:41 +0100 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-03-23 10:54:41 +0100 |
commit | bd885788c79cfa37bb2ff02faf4ae2516b87b5dd (patch) | |
tree | 3008f3643180e237bd735cce7a4ddf72f883acf8 /README.md | |
parent | d283df0f70241bb6b54bee66e8fb9564b0051376 (diff) |
Feature added to animes.feature/multiple_top_pages
Removed the ScrollListener, I prefer to only use buttons for the feature.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,6 @@ List of elements used in top manga and top anime with a recycler view SwipeRefresh used to refresh the list of data of the frist page. -Thanks to the scroll listener, touch the bottom of the page to load another page, replacing the first one. -Use the button (prev and next) to navigate with ease through the pages. The "ScrollListener" was added as a practice, it's not the best feature to navigate. +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. @@ -12,6 +11,7 @@ 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. We can also submit the query by clicking the "search" button that replace the "return" one. 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. Multiple calls of the REST API from jikan.moe. Usage of : |