项目作者: shalatan

项目描述 :
Movie Guide App developed in Kotlin based on MVVM architecture using Tmdb Api
高级语言: Kotlin
项目地址: git://github.com/shalatan/EntertainmentApp.git
创建时间: 2020-11-21T07:47:21Z
项目社区:https://github.com/shalatan/EntertainmentApp

开源协议:Apache License 2.0

下载


Movies Hex


android


Movies Hex demonstrates modern Android Developement with 100% Kotlin, Hilt, Coroutines, Live Data, Jetpack (ROOM, ViewModel), based on MVVM Architecture and Repository Pattern.




About App: Movies Hex is a movie guide app built using TMDB API, shows latest and trending movies, and all the information related to them like Synopsis, Rating, Cast, Posters, Trailers, Similar Movies etc.


Users can also mark movies as Watch-Later or Watched with the rating, which is stored locally and used to Recommend Movies based on those ratings.

Screenshots





Tech stack & Open-source libraries

  • Minimum SDK level 24
  • Single activity Appication using Navigation Component to navigate between fragments
  • 100% Kotlin based, Coroutines + LiveData
  • Hilt for Dependency Injection
  • JetPack
    • LiveData - Notify Domain Layer data to views.
    • LifeCycle - dispose of observing data when lifecycle state changes.
    • ViewModel - UI related data holder, lifecycle aware.
    • Room Persistence - construct a database using the abstract layer.
  • Architecture
    • MVVM Architecture (View - DataBinding - ViewModel - Model)
    • Bindables - Android DataBinding kit for notifying data changes to UI layers.
    • Repository pattern
  • Retrofit2 & OkHttp3 - Construct the REST APIs and paging network data.
  • Moshi - A modern JSON Parsing Library for Kotlin and Java
  • Room - To Save Data in Local Database
  • Glide - For Loading Images
  • Material-Components - Material design components like ripple animation, cardView.
  • Motion Layout - To implement motions in fragments
  • ReflectionView - For Reflective Image Views

Architecture

Movies Kex is based on MVVM architecture and repository pattern.

alt text

License

  1. Copyright 2021 Shashank Singh
  2. Licensed under the Apache License, Version 2.0 (the "License");
  3. you may not use this file except in compliance with the License.
  4. You may obtain a copy of the License at
  5. http://www.apache.org/licenses/LICENSE-2.0
  6. Unless required by applicable law or agreed to in writing, software
  7. distributed under the License is distributed on an "AS IS" BASIS,
  8. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  9. See the License for the specific language governing permissions and
  10. limitations under the License.