aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClyhtsuriva <aimeric@adjutor.xyz>2021-05-19 11:51:06 +0200
committerClyhtsuriva <aimeric@adjutor.xyz>2021-05-19 11:51:06 +0200
commitff01482fc21496350a92cb4a596c5d9a3c4f1408 (patch)
treeb9d54d374fe3da00e6ef7a0a08c4c05817e26e09
parentdea3c8d7faee644fc0baea305ab6d313db1775b8 (diff)
Update README.md
-rw-r--r--README.md18
1 files 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.
<br/><br/>
-+ 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
<img src="https://adjutor.xyz/gif/search-feature.gif" alt="search_pages" width="350"/>
-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.
+
+<img src="https://adjutor.xyz/gif/search-error.gif" alt="search_error" width="350"/> \ No newline at end of file