From 8ede9457fd21ac5e272e73f5ece1d4bc9c23faab Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Wed, 19 May 2021 10:07:23 +0200 Subject: Big update Restructuring the packages and adding a Constants.kt for the api URL. Also adding gson in Singletons.kt --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README.md') 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 : Previous_button_on_first_page 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. -- cgit v1.2.3