aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: d2c01dd792d6d9014f12e727eb84d4f53b9dc39d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
List of elements used in top manga and top anime with a recycler view
SwipeRefresh used to refresh the list of data.

Details of a chosen element from the recycler view with an intent object
Title, synopsys and background clickable.
URL link openable.

Multiple calls of the REST API from jikan.moe.
Usage of :
/v3/top/manga
/v3/top/anime
/v3/manga
/v3/anime

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
Usage of ScrollView in the detail page. Thus, items with long synopsis and background aren't cut down.

Used my "personal" theme colors for the app.
It consists of colors of the pink/purple "family" :
very dark purple : #09022A
very light magenta : #FF70FF
strong pink : #D52C70
slightly desaturated magenta : #c583b6


Development done with a Gitflow workflow.