FlickFun / KinoPoiskLite

This is an example of an Android application in Kotlin for searching movies and TV shows with authorization. Available description movies, add to favorites and save added movies on your smartphone. Get notifications when top movies change. Can be used offline for favorites and watched movies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

banner

KinoPoiskLite - кино и сериалы

Приложение для просмотра информации о фильмах и сериалах. Фильмы и сериалы можно добавлять в избранное и просматривать offline. Авторизованный пользователь видит только свой список избранных фильмов. Переодически делается запрос на проверку изменений в топ фильмов или сериалов и, при изменении, приходит уведомление. Приложение показывает информацию о фильмах, сериалах и актерах из API, предоставленного https://www.themoviedb.org (это база фильмов, сериалов и актёров).

Доступно в Google Play

Код приложения:

  • Язык - Kotlin
  • Архитектура - Clean Architecture
  • Паттерн - MVVM
  • Библиотеки и инструменты - Dagger-Hilt, Retrofit2, Room, CoroutineWorker, WorkManager, Firebase, Material Design3, Flow, RxJava3, Coroutines (одновременное использование различных библиотек в коде приводится для примера возможной реализации)

Сэмплы

              

Скриншоты

                   

                   

Packages structure



License

Copyright (C) 2023 Anatoliy Ferin - Open Source Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

This is an example of an Android application in Kotlin for searching movies and TV shows with authorization. Available description movies, add to favorites and save added movies on your smartphone. Get notifications when top movies change. Can be used offline for favorites and watched movies.

License:Apache License 2.0


Languages

Language:Kotlin 100.0%