You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manime is an application to view the most popular and newest anime list and to view anime list based on season, there are complete details about the anime. Based on MVVM,
9
12
architecture component, and repository pattern.
10
13
11
14
<imgsrc="/preview/manime.gif"align="right"/>
12
15
13
16
## Features
17
+
All data is taken from [Jikan API](https://jikan.moe), for documentation can be seen [here](https://jikan.docs.apiary.io).
14
18
- Top Anime
15
19
- Airing
16
20
- Upcoming
@@ -25,19 +29,44 @@ architecture component, and repository pattern.
25
29
- Search
26
30
27
31
## Tech Stack
28
-
- Kotlin
32
+
-[Kotlin](https://kotlinlang.org/) based
29
33
- MVVM Architecture
30
34
- Architecture component
31
35
- Repository Pattern
32
-
- ViewModel
33
-
- LiveData
34
-
- Data Binding
35
-
- Navigation Component
36
-
- Coroutine
37
-
- Retrofit
38
-
- Moshi
39
-
- OkHttp3
40
-
- Glide
41
-
- Material Design
42
-
- Lottie
43
-
- Shimmer
36
+
-[ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) - UI related data holder, lifecycle aware.
37
+
-[LiveData](https://developer.android.com/topic/libraries/architecture/livedata) - notify domain layer data to views.
-[Navigation Component](https://developer.android.com/guide/navigation) - navigate across, into, and back out from the different pieces of content within your app.
0 commit comments