From ff01482fc21496350a92cb4a596c5d9a3c4f1408 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Wed, 19 May 2021 11:51:06 +0200 Subject: Update README.md --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f0d31cf..eb9fec2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## 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. @@ -10,7 +10,7 @@ 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 selectable. @@ -26,7 +26,7 @@ A feature has been added that hides the keyboard when the query is submitted by 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. +Clicking on a searched item also opens a detailed page. 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. @@ -43,9 +43,9 @@ Usage of : + /v3/search/anime ## Data Storage -Data storage with sharedpreferences used for the recycler view of top manga and top anime as well as the details +Data storage with sharedpreferences used for the recycler view of top manga and top anime as well as the details. -Saves the detail page of an item when opened, not when the list is shown +Saves the detail page of an item when opened, not when the list is shown. Usage of ScrollView in the detail page. Thus, items with long synopsis and background aren't cut down. @@ -63,7 +63,7 @@ It consists of some colors of the pink/purple "family" : Also added the "bangers" font for the titles. ## Gitflow -Development done with a Gitflow workflow. I used master, release, develop and feature branches. +Development done with a Gitflow workflow. I used the master, release, develop and feature branches. ## Architecture I used the MVC (Model, View, Controller) architecture. @@ -71,7 +71,7 @@ I used the MVC (Model, View, Controller) architecture. ## Singletons Usage of singletons. -Used to call APIs. +Used to call APIs and store the api url. ## Usage ### Swipe refresh @@ -97,4 +97,6 @@ This is a reminder since there's a bug (or a feature ;) ) that resets the page n search_pages -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. \ No newline at end of file +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. + +search_error \ No newline at end of file -- cgit v1.2.3