{"id":15626108,"url":"https://github.com/skydoves/themovies2","last_synced_at":"2025-04-05T23:07:47.909Z","repository":{"id":45020740,"uuid":"205500149","full_name":"skydoves/TheMovies2","owner":"skydoves","description":"🎬 A demo project using The Movie DB based on Kotlin MVVM architecture and material design \u0026 animations.","archived":false,"fork":false,"pushed_at":"2021-08-12T10:41:47.000Z","size":523,"stargazers_count":476,"open_issues_count":0,"forks_count":58,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-29T22:05:54.899Z","etag":null,"topics":["android","coroutines","kotlin","mvvm","mvvm-architecture","skydoves","themoviedb"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skydoves.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null},"funding":{"github":"skydoves","custom":["https://www.paypal.me/skydoves","https://www.buymeacoffee.com/skydoves"]}},"created_at":"2019-08-31T05:29:21.000Z","updated_at":"2025-03-23T15:01:23.000Z","dependencies_parsed_at":"2022-08-23T01:11:18.192Z","dependency_job_id":null,"html_url":"https://github.com/skydoves/TheMovies2","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skydoves%2FTheMovies2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skydoves%2FTheMovies2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skydoves%2FTheMovies2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skydoves%2FTheMovies2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skydoves","download_url":"https://codeload.github.com/skydoves/TheMovies2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411234,"owners_count":20934653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","coroutines","kotlin","mvvm","mvvm-architecture","skydoves","themoviedb"],"created_at":"2024-10-03T10:10:27.635Z","updated_at":"2025-04-05T23:07:47.849Z","avatar_url":"https://github.com/skydoves.png","language":"Kotlin","funding_links":["https://github.com/sponsors/skydoves","https://www.paypal.me/skydoves","https://www.buymeacoffee.com/skydoves"],"categories":[],"sub_categories":[],"readme":"# TheMovies2\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![API](https://img.shields.io/badge/API-16%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=16)\n[![Build Status](https://travis-ci.org/skydoves/TheMovies2.svg?branch=master)](https://travis-ci.org/skydoves/TheMovies2)\n\u003ca href=\"https://github.com/skydoves\"\u003e\u003cimg alt=\"License\" src=\"https://img.shields.io/static/v1?label=GitHub\u0026message=skydoves\u0026color=C51162\"/\u003e\u003c/a\u003e\n\nA simple project using [The Movie DB](https://www.themoviedb.org) based on Kotlin MVVM architecture and material designs \u0026 animations.\u003cbr\u003e\n\n![preview0](https://user-images.githubusercontent.com/24237865/64071378-4082bc00-ccb4-11e9-8ceb-56e52c223ac8.gif)\n![preview1](https://user-images.githubusercontent.com/24237865/64071373-e41f9c80-ccb3-11e9-996b-888b5bf9877d.gif)\n\n## How to build on your environment\nAdd your [The Movie DB](https://www.themoviedb.org)'s API key in your `local.properties` file.\n```xml\ntmdb_api_key=YOUR_API_KEY\n```\n\n## Tech stack \u0026 Open-source libraries\n- Minimum SDK level 16\n- 100% [Kotlin](https://kotlinlang.org/) based + [Coroutines](https://github.com/Kotlin/kotlinx.coroutines)\n- JetPack\n  - Lifecycle - dispose observing data when lifecycle state changes.\n  - ViewModel - UI related data holder, lifecycle aware.\n  - Room Persistence - construct database.\n- Architecture\n  - MVVM Architecture (View - DataBinding - ViewModel - Model)\n  - Repository pattern\n  - Hilt - dependency injection\n  - DataBinding with [Bindables](https://github.com/skydoves/bindables) - Android DataBinding kit for notifying data changes to UI layers.\n- Material Design \u0026 Animations\n- [Retrofit2 \u0026 Gson](https://github.com/square/retrofit) - constructing the REST API\n- [OkHttp3](https://github.com/square/okhttp) - implementing interceptor, logging and mocking web server\n- [Sandwich](https://github.com/skydoves/Sandwich) - constructing lightweight API response and handling error responses\n- [Glide](https://github.com/bumptech/glide) - loading images\n- [BaseRecyclerViewAdapter](https://github.com/skydoves/BaseRecyclerViewAdapter) - implementing adapters and viewHolders\n- [WhatIf](https://github.com/skydoves/whatif) - checking nullable object and empty collections more fluently\n- [Bundler](https://github.com/skydoves/bundler) - Android Intent \u0026 Bundle extensions that insert and retrieve values elegantly.\n- [Mockito-kotlin](https://github.com/nhaarman/mockito-kotlin) - Junit mock test\n- [Timber](https://github.com/JakeWharton/timber) - logging\n- [Stetho](https://github.com/facebook/stetho) - debugging persistence data \u0026 network packets\n- Ripple animation, Shared element transition\n- Custom Views [AndroidTagView](https://github.com/whilu/AndroidTagView), [ExpandableTextView](https://github.com/Manabu-GT/ExpandableTextView)\n\n## Find this repository useful? :heart:\nSupport it by joining __[stargazers](https://github.com/skydoves/TheMovies2/stargazers)__ for this repository. :star: \u003cbr\u003e\nAnd __[follow](https://github.com/skydoves)__ me for my next creations! 🤩\n\n## Supports :coffee:\nIf you feel like support me a coffee for my efforts, I would greatly appreciate it. \u003cbr\u003e\u003cbr\u003e\n\u003ca href=\"https://www.buymeacoffee.com/skydoves\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/purple_img.png\" alt=\"Buy Me A Coffee\" style=\"height: auto !important;width: auto !important;\" \u003e\u003c/a\u003e\n\n# License\n```xml\nDesigned and developed by 2019 skydoves (Jaewoong Eum)\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskydoves%2Fthemovies2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskydoves%2Fthemovies2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskydoves%2Fthemovies2/lists"}