aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorClyhtsuriva <aimeric@adjutor.xyz>2021-05-19 10:07:23 +0200
committerClyhtsuriva <aimeric@adjutor.xyz>2021-05-19 10:07:23 +0200
commit8ede9457fd21ac5e272e73f5ece1d4bc9c23faab (patch)
tree366dcab01a2a6ab40fed72cc25cf1bb4368c9589 /README.md
parent1740c8c0ec4a7fe371c30bc6be784bdc9407dbe2 (diff)
Big updaterelease/3.2
Restructuring the packages and adding a Constants.kt for the api URL. Also adding gson in Singletons.kt
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 4cca4a2..07cff78 100644
--- a/README.md
+++ b/README.md
@@ -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.